Uses of Class
com.azure.resourcemanager.network.models.IpAllocationType
-
Packages that use IpAllocationType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 IpAllocationType Modifier and Type Method Description IpAllocationTypeIpAllocationPropertiesFormat. type()Get the type property: The type for the IpAllocation.IpAllocationTypeIpAllocationInner. typePropertiesType()Get the type property: The type for the IpAllocation.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpAllocationType Modifier and Type Method Description IpAllocationPropertiesFormatIpAllocationPropertiesFormat. withType(IpAllocationType type)Set the type property: The type for the IpAllocation.IpAllocationInnerIpAllocationInner. withTypePropertiesType(IpAllocationType type)Set the type property: The type for the IpAllocation. -
Uses of IpAllocationType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IpAllocationType Modifier and Type Field Description static IpAllocationTypeIpAllocationType. HYPERNETStatic value Hypernet for IpAllocationType.static IpAllocationTypeIpAllocationType. UNDEFINEDStatic value Undefined for IpAllocationType.Methods in com.azure.resourcemanager.network.models that return IpAllocationType Modifier and Type Method Description static 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 IpAllocationType Modifier and Type Method Description static Collection<IpAllocationType>IpAllocationType. values()
-