IPConfigurationProfilePropertiesFormatOutput interface
IP configuration profile properties.
Properties
| provisioning |
The provisioning state of the IP configuration profile resource. |
| subnet | The reference to the subnet resource to create a container network interface ip configuration. |
Property Details
provisioningState
The provisioning state of the IP configuration profile resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
subnet
The reference to the subnet resource to create a container network interface ip configuration.
subnet?: SubnetOutput