HubIPConfigurationPropertiesFormatOutput interface
Properties of IP configuration.
Properties
| private |
The private IP address of the IP configuration. |
| private |
The private IP address allocation method. |
| provisioning |
The provisioning state of the IP configuration resource. |
| public |
The reference to the public IP resource. |
| subnet | The reference to the subnet resource. |
Property Details
privateIPAddress
The private IP address of the IP configuration.
privateIPAddress?: string
Property Value
string
privateIPAllocationMethod
The private IP address allocation method.
privateIPAllocationMethod?: "Static" | "Dynamic"
Property Value
"Static" | "Dynamic"
provisioningState
The provisioning state of the IP configuration resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
publicIPAddress
The reference to the public IP resource.
publicIPAddress?: PublicIPAddressOutput