GetPublicIpPrefixResult

data class GetPublicIpPrefixResult(val id: String, val ipPrefix: String, val location: String, val name: String, val prefixLength: Int, val resourceGroupName: String, val sku: String, val skuTier: String, val tags: Map<String, String>, val zones: List<String>)

A collection of values returned by getPublicIpPrefix.

Constructors

Link copied to clipboard
constructor(id: String, ipPrefix: String, location: String, name: String, prefixLength: Int, resourceGroupName: String, sku: String, skuTier: String, tags: Map<String, String>, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Public IP address range, in CIDR notation.

Link copied to clipboard

The supported Azure location where the resource exists.

Link copied to clipboard
Link copied to clipboard

The number of bits of the prefix.

Link copied to clipboard
Link copied to clipboard
val sku: String

The SKU of the Public IP Prefix.

Link copied to clipboard

The SKU Tier of the Public IP.

Link copied to clipboard

A mapping of tags to assigned to the resource.

Link copied to clipboard

A list of Availability Zones in which this Public IP Prefix is located.