次の方法で共有


ResourcesOperationsExtensions.CheckExistenceByIdAsync Method

Definition

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

Parameters

resourceId
String
apiVersion
String
cancellationToken
CancellationToken

Returns

Applies to