次の方法で共有


DeploymentsOperationsExtensions.CheckExistenceAsync Method

Definition

public static System.Threading.Tasks.Task<bool> CheckExistenceAsync (this Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);
static member CheckExistenceAsync : Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function CheckExistenceAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Parameters

resourceGroupName
String
deploymentName
String
cancellationToken
CancellationToken

Returns

Applies to