Get Public IPPrefix Result
data class GetPublicIPPrefixResult(val azureApiVersion: String, val customIPPrefix: SubResourceResponse? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String? = null, val ipPrefix: String, val ipTags: List<IpTagResponse>? = null, val loadBalancerFrontendIpConfiguration: SubResourceResponse, val location: String? = null, val name: String, val natGateway: NatGatewayResponse? = null, val prefixLength: Int? = null, val provisioningState: String, val publicIPAddressVersion: String? = null, val publicIPAddresses: List<ReferencedPublicIpAddressResponse>, val resourceGuid: String, val sku: PublicIPPrefixSkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Public IP prefix resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, customIPPrefix: SubResourceResponse? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, id: String? = null, ipPrefix: String, ipTags: List<IpTagResponse>? = null, loadBalancerFrontendIpConfiguration: SubResourceResponse, location: String? = null, name: String, natGateway: NatGatewayResponse? = null, prefixLength: Int? = null, provisioningState: String, publicIPAddressVersion: String? = null, publicIPAddresses: List<ReferencedPublicIpAddressResponse>, resourceGuid: String, sku: PublicIPPrefixSkuResponse? = null, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The customIpPrefix that this prefix is associated with.
Link copied to clipboard
The extended location of the public ip address.
Link copied to clipboard
The list of tags associated with the public IP prefix.
Link copied to clipboard
The reference to load balancer frontend IP configuration associated with the public IP prefix.
Link copied to clipboard
NatGateway of Public IP Prefix.
Link copied to clipboard
The Length of the Public IP Prefix.
Link copied to clipboard
The provisioning state of the public IP prefix resource.
Link copied to clipboard
The list of all referenced PublicIPAddresses.
Link copied to clipboard
The public IP address version.
Link copied to clipboard
The resource GUID property of the public IP prefix resource.
Link copied to clipboard
The public IP prefix SKU.