azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

106 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.DeviceProperties"
fullName: "com.microsoft.azure.management.network.DeviceProperties"
name: "DeviceProperties"
nameWithType: "DeviceProperties"
summary: "List of properties of the device."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class DeviceProperties"
constructors:
- uid: "com.microsoft.azure.management.network.DeviceProperties.DeviceProperties()"
fullName: "com.microsoft.azure.management.network.DeviceProperties.DeviceProperties()"
name: "DeviceProperties()"
nameWithType: "DeviceProperties.DeviceProperties()"
syntax: "public DeviceProperties()"
methods:
- uid: "com.microsoft.azure.management.network.DeviceProperties.deviceModel()"
fullName: "com.microsoft.azure.management.network.DeviceProperties.deviceModel()"
name: "deviceModel()"
nameWithType: "DeviceProperties.deviceModel()"
summary: "Get model of the device."
syntax: "public String deviceModel()"
desc: "Get model of the device."
returns:
description: "the deviceModel value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DeviceProperties.deviceVendor()"
fullName: "com.microsoft.azure.management.network.DeviceProperties.deviceVendor()"
name: "deviceVendor()"
nameWithType: "DeviceProperties.deviceVendor()"
summary: "Get name of the device Vendor."
syntax: "public String deviceVendor()"
desc: "Get name of the device Vendor."
returns:
description: "the deviceVendor value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DeviceProperties.linkSpeedInMbps()"
fullName: "com.microsoft.azure.management.network.DeviceProperties.linkSpeedInMbps()"
name: "linkSpeedInMbps()"
nameWithType: "DeviceProperties.linkSpeedInMbps()"
summary: "Get link speed."
syntax: "public Integer linkSpeedInMbps()"
desc: "Get link speed."
returns:
description: "the linkSpeedInMbps value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DeviceProperties.withDeviceModel(java.lang.String)"
fullName: "com.microsoft.azure.management.network.DeviceProperties.withDeviceModel(String deviceModel)"
name: "withDeviceModel(String deviceModel)"
nameWithType: "DeviceProperties.withDeviceModel(String deviceModel)"
summary: "Set model of the device."
parameters:
- description: "the deviceModel value to set"
name: "deviceModel"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceProperties withDeviceModel(String deviceModel)"
desc: "Set model of the device."
returns:
description: "the DeviceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.network.DeviceProperties?alt=com.microsoft.azure.management.network.DeviceProperties&text=DeviceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DeviceProperties.withDeviceVendor(java.lang.String)"
fullName: "com.microsoft.azure.management.network.DeviceProperties.withDeviceVendor(String deviceVendor)"
name: "withDeviceVendor(String deviceVendor)"
nameWithType: "DeviceProperties.withDeviceVendor(String deviceVendor)"
summary: "Set name of the device Vendor."
parameters:
- description: "the deviceVendor value to set"
name: "deviceVendor"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceProperties withDeviceVendor(String deviceVendor)"
desc: "Set name of the device Vendor."
returns:
description: "the DeviceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.network.DeviceProperties?alt=com.microsoft.azure.management.network.DeviceProperties&text=DeviceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.DeviceProperties.withLinkSpeedInMbps(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.DeviceProperties.withLinkSpeedInMbps(Integer linkSpeedInMbps)"
name: "withLinkSpeedInMbps(Integer linkSpeedInMbps)"
nameWithType: "DeviceProperties.withLinkSpeedInMbps(Integer linkSpeedInMbps)"
summary: "Set link speed."
parameters:
- description: "the linkSpeedInMbps value to set"
name: "linkSpeedInMbps"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeviceProperties withLinkSpeedInMbps(Integer linkSpeedInMbps)"
desc: "Set link speed."
returns:
description: "the DeviceProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.network.DeviceProperties?alt=com.microsoft.azure.management.network.DeviceProperties&text=DeviceProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "List of properties of the device."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4