ArmClient.DeploymentsGetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read a template deployment
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentExtended> DeploymentsGetAsync(string subscription, string resourceGroup, string deploymentName, bool? waitForDeployment = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeploymentsGetAsync : string * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentExtended>
override this.DeploymentsGetAsync : string * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.DeploymentExtended>
Public Overridable Function DeploymentsGetAsync (subscription As String, resourceGroup As String, deploymentName As String, Optional waitForDeployment As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentExtended)
Parameters
- subscription
- String
Subscription
- resourceGroup
- String
Resource Group
- deploymentName
- String
Deployment Name
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Read a template deployment response.
Remarks
Reads a template deployment within a resource group.