Uses of Class
com.azure.resourcemanager.network.fluent.models.PublicIpPrefixPropertiesFormatInner
Packages that use PublicIpPrefixPropertiesFormatInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PublicIpPrefixPropertiesFormatInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PublicIpPrefixPropertiesFormatInnerModifier and TypeMethodDescriptionPublicIpPrefixPropertiesFormatInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpPrefixPropertiesFormatInner from the JsonReader.PublicIpPrefixPropertiesFormatInner.withCustomIpPrefix(com.azure.core.management.SubResource customIpPrefix) Set the customIpPrefix property: The customIpPrefix that this prefix is associated with.PublicIpPrefixPropertiesFormatInner.withIpTags(List<IpTag> ipTags) Set the ipTags property: The list of tags associated with the public IP prefix.PublicIpPrefixPropertiesFormatInner.withNatGateway(NatGatewayInner natGateway) Set the natGateway property: NatGateway of Public IP Prefix.PublicIpPrefixPropertiesFormatInner.withPrefixLength(Integer prefixLength) Set the prefixLength property: The Length of the Public IP Prefix.PublicIpPrefixPropertiesFormatInner.withPublicIpAddressVersion(IpVersion publicIpAddressVersion) Set the publicIpAddressVersion property: The public IP address version.