Skip to main content

deployments_at_subscription_scope

Overview

Namedeployments_at_subscription_scope
TypeResource
Idazure.resources.deployments_at_subscription_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
getSELECTdeploymentName, subscriptionIdGets a deployment.
listSELECTsubscriptionIdGet all the deployments for a subscription.
create_or_updateINSERTdeploymentName, subscriptionId, data__propertiesYou can provide the template and parameters directly in the request or link to JSON files.
deleteDELETEdeploymentName, subscriptionIdA 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.
_listEXECsubscriptionIdGet all the deployments for a subscription.