Skip to main content

deployments_at_tenant_scope

Overview

Namedeployments_at_tenant_scope
TypeResource
Idazure.resources.deployments_at_tenant_scope

Fields

NameDatatypeDescription
idstringThe ID of the deployment.
namestringThe name of the deployment.
locationstringthe location of the deployment.
propertiesobjectDeployment properties with additional details.
tagsobjectDeployment tags
typestringThe type of the deployment.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeploymentNameGets a deployment.
listSELECTGet all the deployments at the tenant scope.
create_or_updateINSERTdeploymentName, data__location, data__propertiesYou can provide the template and parameters directly in the request or link to JSON files.
deleteDELETEdeploymentNameA template deployment that is currently running cannot be deleted. Deleting a template deployment removes the associated deployment operations. This is an asynchronous operation that returns a status of 202 until the template deployment is successfully deleted. The Location response header contains the URI that is used to obtain the status of the process. While the process is running, a call to the URI in the Location header returns a status of 202. When the process finishes, the URI in the Location header returns a status of 204 on success. If the asynchronous request failed, the URI in the Location header returns an error-level status code.
_listEXECGet all the deployments at the tenant scope.