Uses of Class
com.azure.resourcemanager.compute.models.NetworkInterfaceAuxiliarySku
Packages that use NetworkInterfaceAuxiliarySku
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of NetworkInterfaceAuxiliarySku in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfigurationProperties.auxiliarySku()Get the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfigurationProperties.auxiliarySku()Get the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfigurationProperties.auxiliarySku()Get the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfigurationProperties.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfigurationProperties.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfigurationProperties.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource. -
Uses of NetworkInterfaceAuxiliarySku in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type NetworkInterfaceAuxiliarySku in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies whether the Auxiliary sku is enabled for the Network Interface resource.Fields in com.azure.resourcemanager.compute.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.compute.models that return NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfiguration.auxiliarySku()Get the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfiguration.auxiliarySku()Get the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfiguration.auxiliarySku()Get the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.static NetworkInterfaceAuxiliarySkuNetworkInterfaceAuxiliarySku.fromString(String name) Creates or finds a NetworkInterfaceAuxiliarySku from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionNetworkInterfaceAuxiliarySku.values()Gets known NetworkInterfaceAuxiliarySku values.Methods in com.azure.resourcemanager.compute.models with parameters of type NetworkInterfaceAuxiliarySkuModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfiguration.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfiguration.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfiguration.withAuxiliarySku(NetworkInterfaceAuxiliarySku auxiliarySku) Set the auxiliarySku property: Specifies whether the Auxiliary sku is enabled for the Network Interface resource.