Uses of Class
com.azure.resourcemanager.network.models.IpAllocationType
Packages that use IpAllocationType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpAllocationType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpAllocationTypeModifier and TypeMethodDescriptionIpAllocationPropertiesFormat.type()Get the type property: The type for the IpAllocation.IpAllocationInner.typePropertiesType()Get the type property: The type for the IpAllocation.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpAllocationTypeModifier and TypeMethodDescriptionIpAllocationPropertiesFormat.withType(IpAllocationType type) Set the type property: The type for the IpAllocation.IpAllocationInner.withTypePropertiesType(IpAllocationType type) Set the type property: The type for the IpAllocation. -
Uses of IpAllocationType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type IpAllocationType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as IpAllocationTypeModifier and TypeFieldDescriptionstatic final IpAllocationTypeIpAllocationType.HYPERNETStatic value Hypernet for IpAllocationType.static final IpAllocationTypeIpAllocationType.UNDEFINEDStatic value Undefined for IpAllocationType.Methods in com.azure.resourcemanager.network.models that return IpAllocationTypeModifier and TypeMethodDescriptionstatic IpAllocationTypeIpAllocationType.fromString(String name) Creates or finds a IpAllocationType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpAllocationTypeModifier and TypeMethodDescriptionstatic Collection<IpAllocationType> IpAllocationType.values()Gets known IpAllocationType values.