Uses of Class
com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId
Packages that use AvailabilityZoneId
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the classes for NetworkManagementClient.
This package contains the common resource manager utility classes
that are useful to other management plane libraries.
-
Uses of AvailabilityZoneId in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return types with arguments of type AvailabilityZoneIdModifier and TypeMethodDescriptionDisk.availabilityZones()
VirtualMachine.availabilityZones()
VirtualMachineScaleSet.availabilityZones()
ComputeSku.zones()
Methods in com.microsoft.azure.management.compute with parameters of type AvailabilityZoneIdModifier and TypeMethodDescriptionDisk.DefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the managed disk.VirtualMachine.DefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the virtual machine scale set. -
Uses of AvailabilityZoneId in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return types with arguments of type AvailabilityZoneIdModifier and TypeMethodDescriptionApplicationGateway.availabilityZones()
The availability zones assigned to the application gateway.LoadBalancerPrivateFrontend.availabilityZones()
PublicIPAddress.availabilityZones()
PublicIPPrefix.availabilityZones()
Methods in com.microsoft.azure.management.network with parameters of type AvailabilityZoneIdModifier and TypeMethodDescriptionApplicationGateway.DefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the application gateway.LoadBalancerPrivateFrontend.DefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the private frontend.LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the private frontend.PublicIPAddress.DefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the IP address.PublicIPPrefix.DefinitionStages.WithAvailabilityZone.withAvailabilityZone
(AvailabilityZoneId zoneId) Specifies the availability zone for the IP address. -
Uses of AvailabilityZoneId in com.microsoft.azure.management.resources.fluentcore.arm
Fields in com.microsoft.azure.management.resources.fluentcore.arm declared as AvailabilityZoneIdModifier and TypeFieldDescriptionstatic final AvailabilityZoneId
AvailabilityZoneId.ZONE_1
Static value 1 for AvailabilityZoneId.static final AvailabilityZoneId
AvailabilityZoneId.ZONE_2
Static value 2 for AvailabilityZoneId.static final AvailabilityZoneId
AvailabilityZoneId.ZONE_3
Static value 3 for AvailabilityZoneId.Methods in com.microsoft.azure.management.resources.fluentcore.arm that return AvailabilityZoneIdModifier and TypeMethodDescriptionstatic AvailabilityZoneId
AvailabilityZoneId.fromString
(String id) Finds or creates an availability zone identifier based on the specified identifier in string format.Methods in com.microsoft.azure.management.resources.fluentcore.arm that return types with arguments of type AvailabilityZoneIdModifier and TypeMethodDescriptionstatic Collection<AvailabilityZoneId>
AvailabilityZoneId.values()