NetworkProfilePropertiesFormatOutput interface
Network profile properties.
Properties
| container |
List of chid container network interface configurations. |
| container |
List of child container network interfaces. |
| provisioning |
The provisioning state of the network profile resource. |
| resource |
The resource GUID property of the network profile resource. |
Property Details
containerNetworkInterfaceConfigurations
List of chid container network interface configurations.
containerNetworkInterfaceConfigurations?: ContainerNetworkInterfaceConfigurationOutput[]
Property Value
containerNetworkInterfaces
List of child container network interfaces.
containerNetworkInterfaces?: ContainerNetworkInterfaceOutput[]
Property Value
provisioningState
The provisioning state of the network profile resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
resourceGuid
The resource GUID property of the network profile resource.
resourceGuid?: string
Property Value
string