Uses of Class
com.azure.resourcemanager.compute.models.PublicIpAllocationMethod
Packages that use PublicIpAllocationMethod
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 PublicIpAllocationMethodModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.publicIpAllocationMethod()Get the publicIpAllocationMethod property: Specify the public IP allocation type.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PublicIpAllocationMethodModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.withPublicIpAllocationMethod(PublicIpAllocationMethod publicIpAllocationMethod) Set the publicIpAllocationMethod property: Specify the public IP allocation type. -
Uses of PublicIpAllocationMethod in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type PublicIpAllocationMethod in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecify the public IP allocation type.Fields in com.azure.resourcemanager.compute.models declared as PublicIpAllocationMethodModifier and TypeFieldDescriptionstatic final PublicIpAllocationMethodPublicIpAllocationMethod.DYNAMICStatic value Dynamic for PublicIpAllocationMethod.static final PublicIpAllocationMethodPublicIpAllocationMethod.STATICStatic value Static for PublicIpAllocationMethod.Methods in com.azure.resourcemanager.compute.models that return PublicIpAllocationMethodModifier and TypeMethodDescriptionstatic PublicIpAllocationMethodPublicIpAllocationMethod.fromString(String name) Creates or finds a PublicIpAllocationMethod from its string representation.VirtualMachinePublicIpAddressConfiguration.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 PublicIpAllocationMethodModifier and TypeMethodDescriptionstatic Collection<PublicIpAllocationMethod> PublicIpAllocationMethod.values()Gets known PublicIpAllocationMethod values.Methods in com.azure.resourcemanager.compute.models with parameters of type PublicIpAllocationMethodModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.withPublicIpAllocationMethod(PublicIpAllocationMethod publicIpAllocationMethod) Set the publicIpAllocationMethod property: Specify the public IP allocation type.