NatGatewayPropertiesFormatOutput interface
Nat Gateway properties.
Properties
| idle |
The idle timeout of the nat gateway. |
| provisioning |
The provisioning state of the NAT gateway resource. |
| public |
An array of public ip addresses associated with the nat gateway resource. |
| public |
An array of public ip prefixes associated with the nat gateway resource. |
| resource |
The resource GUID property of the NAT gateway resource. |
| subnets | An array of references to the subnets using this nat gateway resource. |
Property Details
idleTimeoutInMinutes
The idle timeout of the nat gateway.
idleTimeoutInMinutes?: number
Property Value
number
provisioningState
The provisioning state of the NAT gateway resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicIpAddresses
An array of public ip addresses associated with the nat gateway resource.
publicIpAddresses?: SubResourceOutput[]
Property Value
publicIpPrefixes
An array of public ip prefixes associated with the nat gateway resource.
publicIpPrefixes?: SubResourceOutput[]
Property Value
resourceGuid
The resource GUID property of the NAT gateway resource.
resourceGuid?: string
Property Value
string
subnets
An array of references to the subnets using this nat gateway resource.
subnets?: SubResourceOutput[]