Uses of Class
com.azure.resourcemanager.compute.models.PublicIpAllocationMethod
-
Packages that use PublicIpAllocationMethod Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of PublicIpAllocationMethod in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PublicIpAllocationMethod Modifier and Type Method Description PublicIpAllocationMethodVirtualMachinePublicIpAddressConfigurationProperties. publicIpAllocationMethod()Get the publicIpAllocationMethod property: Specify the public IP allocation type.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PublicIpAllocationMethod Modifier and Type Method Description VirtualMachinePublicIpAddressConfigurationPropertiesVirtualMachinePublicIpAddressConfigurationProperties. withPublicIpAllocationMethod(PublicIpAllocationMethod publicIpAllocationMethod)Set the publicIpAllocationMethod property: Specify the public IP allocation type. -
Uses of PublicIpAllocationMethod in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as PublicIpAllocationMethod Modifier and Type Field Description static PublicIpAllocationMethodPublicIpAllocationMethod. DYNAMICStatic value Dynamic for PublicIpAllocationMethod.static PublicIpAllocationMethodPublicIpAllocationMethod. STATICStatic value Static for PublicIpAllocationMethod.Methods in com.azure.resourcemanager.compute.models that return PublicIpAllocationMethod Modifier and Type Method Description static PublicIpAllocationMethodPublicIpAllocationMethod. fromString(String name)Creates or finds a PublicIpAllocationMethod from its string representation.PublicIpAllocationMethodVirtualMachinePublicIpAddressConfiguration. publicIpAllocationMethod()Get the publicIpAllocationMethod property: Specify the public IP allocation type.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PublicIpAllocationMethod Modifier and Type Method Description static Collection<PublicIpAllocationMethod>PublicIpAllocationMethod. values()Methods in com.azure.resourcemanager.compute.models with parameters of type PublicIpAllocationMethod Modifier and Type Method Description VirtualMachinePublicIpAddressConfigurationVirtualMachinePublicIpAddressConfiguration. withPublicIpAllocationMethod(PublicIpAllocationMethod publicIpAllocationMethod)Set the publicIpAllocationMethod property: Specify the public IP allocation type.
-