Share via


AuthorizationProviderOperationsMetadataCollection.ExistsAsync Method

Definition

Checks to see if the resource exists in azure.

public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

resourceProviderNamespace
String

The namespace of the resource provider.

expand
String

Specifies whether to expand the values.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceProviderNamespace is null.

Applies to