Public IPAddress Resource Settings Response
data class PublicIPAddressResourceSettingsResponse(val domainNameLabel: String? = null, val fqdn: String? = null, val publicIpAllocationMethod: String? = null, val resourceType: String, val sku: String? = null, val targetResourceName: String, val zones: String? = null)
Defines the public IP address resource settings.
Constructors
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.