Uses of Class
com.azure.resourcemanager.compute.models.NetworkApiVersion
Packages that use NetworkApiVersion
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of NetworkApiVersion in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type NetworkApiVersion in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classspecifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.Fields in com.azure.resourcemanager.compute.models declared as NetworkApiVersionModifier and TypeFieldDescriptionstatic final NetworkApiVersionNetworkApiVersion.TWO_ZERO_TWO_TWO_ONE_ONE_ZERO_ONEStatic value 2022-11-01 for NetworkApiVersion.static final NetworkApiVersionNetworkApiVersion.TWO_ZERO_TWO_ZERO_ONE_ONE_ZERO_ONEStatic value 2020-11-01 for NetworkApiVersion.Methods in com.azure.resourcemanager.compute.models that return NetworkApiVersionModifier and TypeMethodDescriptionstatic NetworkApiVersionNetworkApiVersion.fromString(String name) Creates or finds a NetworkApiVersion from its string representation.NetworkProfile.networkApiVersion()Get the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.VirtualMachineScaleSetNetworkProfile.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'.VirtualMachineScaleSetUpdateNetworkProfile.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 NetworkApiVersionModifier and TypeMethodDescriptionstatic Collection<NetworkApiVersion> NetworkApiVersion.values()Gets known NetworkApiVersion values.Methods in com.azure.resourcemanager.compute.models with parameters of type NetworkApiVersionModifier and TypeMethodDescriptionNetworkProfile.withNetworkApiVersion(NetworkApiVersion networkApiVersion) Set the networkApiVersion property: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations.VirtualMachineScaleSetNetworkProfile.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'.VirtualMachineScaleSetUpdateNetworkProfile.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'.