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

108 строки
6.8 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\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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