Share via


AuthorizationProviderOperationsMetadataCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

public virtual Azure.Response<bool> Exists (string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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