GetPublicIPPrefixResult

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)

Types

Link copied to clipboard
object Companion

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

The extended location of the public ip address.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The allocated Prefix.

Link copied to clipboard
val ipTags: List<IpTagResponse>? = null

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
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

NatGateway of Public IP Prefix.

Link copied to clipboard
val prefixLength: Int? = null

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val zones: List<String>? = null

A list of availability zones denoting the IP allocated for the resource needs to come from.