175 строки
15 KiB
YAML
175 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties"
|
|
name: "NetworkDeviceSkuProperties"
|
|
nameWithType: "NetworkDeviceSkuProperties"
|
|
summary: "Network Device SKU Properties defines the properties of the resource."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **NetworkDeviceSkuProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.NetworkDeviceSkuProperties()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.NetworkDeviceSkuProperties()"
|
|
name: "NetworkDeviceSkuProperties()"
|
|
nameWithType: "NetworkDeviceSkuProperties.NetworkDeviceSkuProperties()"
|
|
summary: "Creates an instance of Network<wbr>Device<wbr>Sku<wbr>Properties class."
|
|
syntax: "public NetworkDeviceSkuProperties()"
|
|
desc: "Creates an instance of NetworkDeviceSkuProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.interfaces()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.interfaces()"
|
|
name: "interfaces()"
|
|
nameWithType: "NetworkDeviceSkuProperties.interfaces()"
|
|
summary: "Get the interfaces property: List of network device interfaces."
|
|
syntax: "public List<DeviceInterfaceProperties> interfaces()"
|
|
desc: "Get the interfaces property: List of network device interfaces."
|
|
returns:
|
|
description: "the interfaces value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.DeviceInterfaceProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.DeviceInterfaceProperties&text=DeviceInterfaceProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.manufacturer()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.manufacturer()"
|
|
name: "manufacturer()"
|
|
nameWithType: "NetworkDeviceSkuProperties.manufacturer()"
|
|
summary: "Get the manufacturer property: Manufacturer of the network device."
|
|
syntax: "public String manufacturer()"
|
|
desc: "Get the manufacturer property: Manufacturer of the network device."
|
|
returns:
|
|
description: "the manufacturer value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.model()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.model()"
|
|
name: "model()"
|
|
nameWithType: "NetworkDeviceSkuProperties.model()"
|
|
summary: "Get the model property: Model of the network device."
|
|
syntax: "public String model()"
|
|
desc: "Get the model property: Model of the network device."
|
|
returns:
|
|
description: "the model value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "NetworkDeviceSkuProperties.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: Provisioning state of the resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: Provisioning state of the resource."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.ProvisioningState?alt=com.azure.resourcemanager.managednetworkfabric.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.supportedRoleTypes()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.supportedRoleTypes()"
|
|
name: "supportedRoleTypes()"
|
|
nameWithType: "NetworkDeviceSkuProperties.supportedRoleTypes()"
|
|
summary: "Get the supported<wbr>Role<wbr>Types property: Available roles for the network device."
|
|
syntax: "public List<NetworkDeviceRoleName> supportedRoleTypes()"
|
|
desc: "Get the supportedRoleTypes property: Available roles for the network device."
|
|
returns:
|
|
description: "the supportedRoleTypes value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkDeviceRoleName?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkDeviceRoleName&text=NetworkDeviceRoleName\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.supportedVersions()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.supportedVersions()"
|
|
name: "supportedVersions()"
|
|
nameWithType: "NetworkDeviceSkuProperties.supportedVersions()"
|
|
summary: "Get the supported<wbr>Versions property: List of supported version details of network device."
|
|
syntax: "public List<SupportedVersionProperties> supportedVersions()"
|
|
desc: "Get the supportedVersions property: List of supported version details of network device."
|
|
returns:
|
|
description: "the supportedVersions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.SupportedVersionProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.SupportedVersionProperties&text=SupportedVersionProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NetworkDeviceSkuProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withInterfaces(java.util.List<com.azure.resourcemanager.managednetworkfabric.models.DeviceInterfaceProperties>)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withInterfaces(List<DeviceInterfaceProperties> interfaces)"
|
|
name: "withInterfaces(List<DeviceInterfaceProperties> interfaces)"
|
|
nameWithType: "NetworkDeviceSkuProperties.withInterfaces(List<DeviceInterfaceProperties> interfaces)"
|
|
summary: "Set the interfaces property: List of network device interfaces."
|
|
parameters:
|
|
- description: "the interfaces value to set."
|
|
name: "interfaces"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.DeviceInterfaceProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.DeviceInterfaceProperties&text=DeviceInterfaceProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public NetworkDeviceSkuProperties withInterfaces(List<DeviceInterfaceProperties> interfaces)"
|
|
desc: "Set the interfaces property: List of network device interfaces."
|
|
returns:
|
|
description: "the NetworkDeviceSkuProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties?alt=com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties&text=NetworkDeviceSkuProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withManufacturer(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withManufacturer(String manufacturer)"
|
|
name: "withManufacturer(String manufacturer)"
|
|
nameWithType: "NetworkDeviceSkuProperties.withManufacturer(String manufacturer)"
|
|
summary: "Set the manufacturer property: Manufacturer of the network device."
|
|
parameters:
|
|
- description: "the manufacturer value to set."
|
|
name: "manufacturer"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NetworkDeviceSkuProperties withManufacturer(String manufacturer)"
|
|
desc: "Set the manufacturer property: Manufacturer of the network device."
|
|
returns:
|
|
description: "the NetworkDeviceSkuProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties?alt=com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties&text=NetworkDeviceSkuProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withModel(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withModel(String model)"
|
|
name: "withModel(String model)"
|
|
nameWithType: "NetworkDeviceSkuProperties.withModel(String model)"
|
|
summary: "Set the model property: Model of the network device."
|
|
parameters:
|
|
- description: "the model value to set."
|
|
name: "model"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NetworkDeviceSkuProperties withModel(String model)"
|
|
desc: "Set the model property: Model of the network device."
|
|
returns:
|
|
description: "the NetworkDeviceSkuProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties?alt=com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties&text=NetworkDeviceSkuProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withSupportedRoleTypes(java.util.List<com.azure.resourcemanager.managednetworkfabric.models.NetworkDeviceRoleName>)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withSupportedRoleTypes(List<NetworkDeviceRoleName> supportedRoleTypes)"
|
|
name: "withSupportedRoleTypes(List<NetworkDeviceRoleName> supportedRoleTypes)"
|
|
nameWithType: "NetworkDeviceSkuProperties.withSupportedRoleTypes(List<NetworkDeviceRoleName> supportedRoleTypes)"
|
|
summary: "Set the supported<wbr>Role<wbr>Types property: Available roles for the network device."
|
|
parameters:
|
|
- description: "the supportedRoleTypes value to set."
|
|
name: "supportedRoleTypes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.NetworkDeviceRoleName?alt=com.azure.resourcemanager.managednetworkfabric.models.NetworkDeviceRoleName&text=NetworkDeviceRoleName\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public NetworkDeviceSkuProperties withSupportedRoleTypes(List<NetworkDeviceRoleName> supportedRoleTypes)"
|
|
desc: "Set the supportedRoleTypes property: Available roles for the network device."
|
|
returns:
|
|
description: "the NetworkDeviceSkuProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties?alt=com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties&text=NetworkDeviceSkuProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withSupportedVersions(java.util.List<com.azure.resourcemanager.managednetworkfabric.models.SupportedVersionProperties>)"
|
|
fullName: "com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties.withSupportedVersions(List<SupportedVersionProperties> supportedVersions)"
|
|
name: "withSupportedVersions(List<SupportedVersionProperties> supportedVersions)"
|
|
nameWithType: "NetworkDeviceSkuProperties.withSupportedVersions(List<SupportedVersionProperties> supportedVersions)"
|
|
summary: "Set the supported<wbr>Versions property: List of supported version details of network device."
|
|
parameters:
|
|
- description: "the supportedVersions value to set."
|
|
name: "supportedVersions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.SupportedVersionProperties?alt=com.azure.resourcemanager.managednetworkfabric.models.SupportedVersionProperties&text=SupportedVersionProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public NetworkDeviceSkuProperties withSupportedVersions(List<SupportedVersionProperties> supportedVersions)"
|
|
desc: "Set the supportedVersions property: List of supported version details of network device."
|
|
returns:
|
|
description: "the NetworkDeviceSkuProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties?alt=com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkDeviceSkuProperties&text=NetworkDeviceSkuProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Network Device SKU Properties defines the properties of the resource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.managednetworkfabric.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0
|