Uses of Class
com.azure.resourcemanager.network.models.CustomIpPrefixType
Packages that use CustomIpPrefixType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of CustomIpPrefixType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return CustomIpPrefixTypeModifier and TypeMethodDescriptionCustomIpPrefixInner.prefixType()Get the prefixType property: Type of custom IP prefix.CustomIpPrefixPropertiesFormat.prefixType()Get the prefixType property: Type of custom IP prefix.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type CustomIpPrefixTypeModifier and TypeMethodDescriptionCustomIpPrefixInner.withPrefixType(CustomIpPrefixType prefixType) Set the prefixType property: Type of custom IP prefix.CustomIpPrefixPropertiesFormat.withPrefixType(CustomIpPrefixType prefixType) Set the prefixType property: Type of custom IP prefix. -
Uses of CustomIpPrefixType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as CustomIpPrefixTypeModifier and TypeFieldDescriptionstatic final CustomIpPrefixTypeCustomIpPrefixType.CHILDStatic value Child for CustomIpPrefixType.static final CustomIpPrefixTypeCustomIpPrefixType.PARENTStatic value Parent for CustomIpPrefixType.static final CustomIpPrefixTypeCustomIpPrefixType.SINGULARStatic value Singular for CustomIpPrefixType.Methods in com.azure.resourcemanager.network.models that return CustomIpPrefixTypeModifier and TypeMethodDescriptionstatic CustomIpPrefixTypeCustomIpPrefixType.fromString(String name) Creates or finds a CustomIpPrefixType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type CustomIpPrefixTypeModifier and TypeMethodDescriptionstatic Collection<CustomIpPrefixType> CustomIpPrefixType.values()Gets known CustomIpPrefixType values.