Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceAuxiliarySku
Packages that use NetworkInterfaceAuxiliarySku
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceAuxiliarySku in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionNetworkInterfaceInner.auxiliarySku()Get the auxiliarySku property: Auxiliary sku of Network Interface resource.NetworkInterfacePropertiesFormatInner.auxiliarySku()Get the auxiliarySku property: Auxiliary sku of Network Interface resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionNetworkInterfaceInner.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Auxiliary sku of Network Interface resource.NetworkInterfacePropertiesFormatInner.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Auxiliary sku of Network Interface resource. -
Uses of NetworkInterfaceAuxiliarySku in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NetworkInterfaceAuxiliarySkuModifier and TypeFieldDescriptionstatic final NetworkInterfaceAuxiliarySkuNetworkInterfaceAuxiliarySku.A1Static value A1 for NetworkInterfaceAuxiliarySku.static final NetworkInterfaceAuxiliarySkuNetworkInterfaceAuxiliarySku.A2Static value A2 for NetworkInterfaceAuxiliarySku.static final NetworkInterfaceAuxiliarySkuNetworkInterfaceAuxiliarySku.A4Static value A4 for NetworkInterfaceAuxiliarySku.static final NetworkInterfaceAuxiliarySkuNetworkInterfaceAuxiliarySku.A8Static value A8 for NetworkInterfaceAuxiliarySku.static final NetworkInterfaceAuxiliarySkuNetworkInterfaceAuxiliarySku.NONEStatic value None for NetworkInterfaceAuxiliarySku.Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionstatic NetworkInterfaceAuxiliarySkuNetworkInterfaceAuxiliarySku.fromString(String name) Creates or finds a NetworkInterfaceAuxiliarySku from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionNetworkInterfaceAuxiliarySku.values()Gets known NetworkInterfaceAuxiliarySku values.