ProvidersOperationsExtensions.RegisterAsync(IProvidersOperations, String, CancellationToken) Method
Definition
Registers provider to be used with a subscription.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner> RegisterAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IProvidersOperations operations, string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = null);
static member RegisterAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IProvidersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ProviderInner>
Parameters
- operations
- IProvidersOperations
The operations group for this extension method.
- resourceProviderNamespace
- String
Namespace of the resource provider.
- cancellationToken
- CancellationToken
The cancellation token.