Public IPAddress Resource Settings Args
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.
Properties
Link copied to clipboard
Gets or sets the domain name label.
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
Gets or sets the target Resource name.