Skip to main content

manager_deployment_status

Creates, updates, deletes, gets or lists a manager_deployment_status resource.

Overview

Namemanager_deployment_status
TypeResource
Idazure.network.manager_deployment_status

Fields

The following fields are returned by SELECT queries:

OK - Returns a list of deployment status.

NameDatatypeDescription
commitTimestring (date-time)Commit Time.
configurationIdsarrayList of configuration ids.
deploymentStatusstringDeployment Status.
deploymentTypestringConfiguration Deployment Type.
errorMessagestringError Message.
regionstringRegion Name.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectPost 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.

NameDatatypeDescription

SELECT examples

Post to List of Network Manager Deployment Status.

SELECT
commitTime,
configurationIds,
deploymentStatus,
deploymentType,
errorMessage,
region
FROM azure.network.manager_deployment_status
;