manager_deployment_status
Creates, updates, deletes, gets or lists a manager_deployment_status
resource.
Overview
Name | manager_deployment_status |
Type | Resource |
Id | azure.network.manager_deployment_status |
Fields
The following fields are returned by SELECT
queries:
- list
OK - Returns a list of deployment status.
Name | Datatype | Description |
---|---|---|
commitTime | string (date-time) | Commit Time. |
configurationIds | array | List of configuration ids. |
deploymentStatus | string | Deployment Status. |
deploymentType | string | Configuration Deployment Type. |
errorMessage | string | Error Message. |
region | string | Region Name. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | Post to List of Network Manager Deployment Status. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|
SELECT
examples
- list
Post to List of Network Manager Deployment Status.
SELECT
commitTime,
configurationIds,
deploymentStatus,
deploymentType,
errorMessage,
region
FROM azure.network.manager_deployment_status
;