Uses of Class
com.azure.resourcemanager.network.models.AddressPrefixType
Packages that use AddressPrefixType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AddressPrefixType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as AddressPrefixTypeModifier and TypeFieldDescriptionstatic final AddressPrefixTypeAddressPrefixType.IPPREFIXStatic value IPPrefix for AddressPrefixType.static final AddressPrefixTypeAddressPrefixType.NETWORK_GROUPStatic value NetworkGroup for AddressPrefixType.static final AddressPrefixTypeAddressPrefixType.SERVICE_TAGStatic value ServiceTag for AddressPrefixType.Methods in com.azure.resourcemanager.network.models that return AddressPrefixTypeModifier and TypeMethodDescriptionAddressPrefixItem.addressPrefixType()Get the addressPrefixType property: Address prefix type.static AddressPrefixTypeAddressPrefixType.fromString(String name) Creates or finds a AddressPrefixType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AddressPrefixTypeModifier and TypeMethodDescriptionstatic Collection<AddressPrefixType> AddressPrefixType.values()Gets known AddressPrefixType values.Methods in com.azure.resourcemanager.network.models with parameters of type AddressPrefixTypeModifier and TypeMethodDescriptionAddressPrefixItem.withAddressPrefixType(AddressPrefixType addressPrefixType) Set the addressPrefixType property: Address prefix type.