PublicIPAddressResourceSettingsArgs

data class PublicIPAddressResourceSettingsArgs(val domainNameLabel: Output<String>? = null, val fqdn: Output<String>? = null, val publicIpAllocationMethod: Output<String>? = null, val resourceType: Output<String>, val sku: Output<String>? = null, val targetResourceName: Output<String>, val zones: Output<String>? = null) : ConvertibleToJava<PublicIPAddressResourceSettingsArgs>

Defines the public IP address resource settings.

Constructors

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

Properties

Link copied to clipboard
val domainNameLabel: Output<String>? = null

Gets or sets the domain name label.

Link copied to clipboard
val fqdn: Output<String>? = null

Gets or sets the fully qualified domain name.

Link copied to clipboard
val publicIpAllocationMethod: Output<String>? = null

Gets or sets public IP allocation method.

Link copied to clipboard
val resourceType: Output<String>

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

Link copied to clipboard
val sku: Output<String>? = null

Gets or sets public IP sku.

Link copied to clipboard

Gets or sets the target Resource name.

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

Gets or sets public IP zones.

Functions

Link copied to clipboard
open override fun toJava(): PublicIPAddressResourceSettingsArgs