ComponentProperties interface
The component properties of the network function.
Properties
deployment |
The JSON-serialized deployment profile of the component resource. NOTE: This property will not be serialized. It can only be populated by the server. |
deployment |
The deployment status of the component resource. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of the component resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deploymentProfile
The JSON-serialized deployment profile of the component resource. NOTE: This property will not be serialized. It can only be populated by the server.
deploymentProfile?: string
Property Value
string
deploymentStatus
The deployment status of the component resource. NOTE: This property will not be serialized. It can only be populated by the server.
deploymentStatus?: DeploymentStatusProperties
Property Value
provisioningState
The provisioning state of the component resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Azure SDK for JavaScript