Uses of Enum
com.azure.resourcemanager.batch.models.IpAddressProvisioningType
Packages that use IpAddressProvisioningType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of IpAddressProvisioningType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return IpAddressProvisioningTypeModifier and TypeMethodDescriptionstatic IpAddressProvisioningTypeIpAddressProvisioningType.fromString(String value) Parses a serialized value to a IpAddressProvisioningType instance.PublicIpAddressConfiguration.provision()Get the provision property: The provisioning type for Public IP Addresses for the Batch Pool.static IpAddressProvisioningTypeReturns the enum constant of this type with the specified name.static IpAddressProvisioningType[]IpAddressProvisioningType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type IpAddressProvisioningTypeModifier and TypeMethodDescriptionPublicIpAddressConfiguration.withProvision(IpAddressProvisioningType provision) Set the provision property: The provisioning type for Public IP Addresses for the Batch Pool.