PublicIPAddressResourceSettingsResponse

data class PublicIPAddressResourceSettingsResponse(val domainNameLabel: String? = null, val fqdn: String? = null, val publicIpAllocationMethod: String? = null, val resourceType: String, val sku: String? = null, val tags: Map<String, String>? = null, val targetResourceGroupName: String? = null, val targetResourceName: String? = null, val zones: String? = null)

Defines the public IP address resource settings.

Constructors

Link copied to clipboard
constructor(domainNameLabel: String? = null, fqdn: String? = null, publicIpAllocationMethod: String? = null, resourceType: String, sku: String? = null, tags: Map<String, String>? = null, targetResourceGroupName: String? = null, targetResourceName: String? = null, zones: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainNameLabel: String? = null

Gets or sets the domain name label.

Link copied to clipboard
val fqdn: String? = null

Gets or sets the fully qualified domain name.

Link copied to clipboard

Gets or sets public IP allocation method.

Link copied to clipboard

The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Network/publicIPAddresses'.

Link copied to clipboard
val sku: String? = null

Gets or sets public IP sku.

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

Gets or sets the Resource tags.

Link copied to clipboard

Gets or sets the target resource group name.

Link copied to clipboard

Gets or sets the target Resource name.

Link copied to clipboard
val zones: String? = null

Gets or sets public IP zones.