Uses of Class
com.azure.resourcemanager.compute.models.NetworkApiVersion
-
Packages that use NetworkApiVersion Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of NetworkApiVersion in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as NetworkApiVersion Modifier and Type Field Description static NetworkApiVersionNetworkApiVersion. TWO_ZERO_TWO_ZERO_ONE_ONE_ZERO_ONEStatic value 2020-11-01 for NetworkApiVersion.Methods in com.azure.resourcemanager.compute.models that return NetworkApiVersion Modifier and Type Method Description static NetworkApiVersionNetworkApiVersion. fromString(String name)Creates or finds a NetworkApiVersion from its string representation.NetworkApiVersionNetworkProfile. networkApiVersion()Get the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.NetworkApiVersionVirtualMachineScaleSetNetworkProfile. networkApiVersion()Get the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'.NetworkApiVersionVirtualMachineScaleSetUpdateNetworkProfile. networkApiVersion()Get the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type NetworkApiVersion Modifier and Type Method Description static Collection<NetworkApiVersion>NetworkApiVersion. values()Methods in com.azure.resourcemanager.compute.models with parameters of type NetworkApiVersion Modifier and Type Method Description NetworkProfileNetworkProfile. withNetworkApiVersion(NetworkApiVersion networkApiVersion)Set the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.VirtualMachineScaleSetNetworkProfileVirtualMachineScaleSetNetworkProfile. withNetworkApiVersion(NetworkApiVersion networkApiVersion)Set the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'.VirtualMachineScaleSetUpdateNetworkProfileVirtualMachineScaleSetUpdateNetworkProfile. withNetworkApiVersion(NetworkApiVersion networkApiVersion)Set the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible'.
-