ProvidersOperationsExtensions.UnregisterAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.Resources.Models.Provider> UnregisterAsync (this Microsoft.Azure.Management.Internal.Resources.IProvidersOperations operations, string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default);
static member UnregisterAsync : Microsoft.Azure.Management.Internal.Resources.IProvidersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Internal.Resources.Models.Provider>
<Extension()>
Public Function UnregisterAsync (operations As IProvidersOperations, resourceProviderNamespace As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Provider)

Parameters

resourceProviderNamespace
String
cancellationToken
CancellationToken

Returns

Applies to