Uses of Class
com.azure.resourcemanager.compute.models.NetworkInterfaceAuxiliaryMode
Packages that use NetworkInterfaceAuxiliaryMode
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of NetworkInterfaceAuxiliaryMode in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return NetworkInterfaceAuxiliaryModeModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfigurationProperties.auxiliaryMode()Get the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfigurationProperties.auxiliaryMode()Get the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfigurationProperties.auxiliaryMode()Get the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type NetworkInterfaceAuxiliaryModeModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfigurationProperties.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfigurationProperties.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfigurationProperties.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource. -
Uses of NetworkInterfaceAuxiliaryMode in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as NetworkInterfaceAuxiliaryModeModifier and TypeFieldDescriptionstatic final NetworkInterfaceAuxiliaryModeNetworkInterfaceAuxiliaryMode.ACCELERATED_CONNECTIONSStatic value AcceleratedConnections for NetworkInterfaceAuxiliaryMode.static final NetworkInterfaceAuxiliaryModeNetworkInterfaceAuxiliaryMode.FLOATINGStatic value Floating for NetworkInterfaceAuxiliaryMode.static final NetworkInterfaceAuxiliaryModeNetworkInterfaceAuxiliaryMode.NONEStatic value None for NetworkInterfaceAuxiliaryMode.Methods in com.azure.resourcemanager.compute.models that return NetworkInterfaceAuxiliaryModeModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfiguration.auxiliaryMode()Get the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfiguration.auxiliaryMode()Get the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfiguration.auxiliaryMode()Get the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.NetworkInterfaceAuxiliaryMode.fromString(String name) Creates or finds a NetworkInterfaceAuxiliaryMode from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type NetworkInterfaceAuxiliaryModeModifier and TypeMethodDescriptionNetworkInterfaceAuxiliaryMode.values()Gets known NetworkInterfaceAuxiliaryMode values.Methods in com.azure.resourcemanager.compute.models with parameters of type NetworkInterfaceAuxiliaryModeModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfiguration.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetNetworkConfiguration.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.VirtualMachineScaleSetUpdateNetworkConfiguration.withAuxiliaryMode(NetworkInterfaceAuxiliaryMode auxiliaryMode) Set the auxiliaryMode property: Specifies whether the Auxiliary mode is enabled for the Network Interface resource.