Share via


IPConfigurationProfilePropertiesFormatOutput interface

IP configuration profile properties.

Properties

provisioningState

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

Property Value