PublicIPAddressResourceSettings interface
Defines the public IP address resource settings.
- Extends
Properties
| domain |
Gets or sets the domain name label. |
| fqdn | Gets or sets the fully qualified domain name. |
| public |
Gets or sets public IP allocation method. |
| resource |
Polymorphic discriminator, which specifies the different types this object can be |
| sku | Gets or sets public IP sku. |
| tags | Gets or sets the Resource tags. |
| zones | Gets or sets public IP zones. |
Inherited Properties
| target |
Gets or sets the target resource group name. |
| target |
Gets or sets the target Resource name. |
Property Details
domainNameLabel
Gets or sets the domain name label.
domainNameLabel?: string
Property Value
string
fqdn
Gets or sets the fully qualified domain name.
fqdn?: string
Property Value
string
publicIpAllocationMethod
Gets or sets public IP allocation method.
publicIpAllocationMethod?: string
Property Value
string
resourceType
Polymorphic discriminator, which specifies the different types this object can be
resourceType: "Microsoft.Network/publicIPAddresses"
Property Value
"Microsoft.Network/publicIPAddresses"
sku
Gets or sets public IP sku.
sku?: string
Property Value
string
tags
Gets or sets the Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
zones
Gets or sets public IP zones.
zones?: string
Property Value
string
Inherited Property Details
targetResourceGroupName
Gets or sets the target resource group name.
targetResourceGroupName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceGroupName
targetResourceName
Gets or sets the target Resource name.
targetResourceName?: string
Property Value
string
Inherited From ResourceSettings.targetResourceName