ProvidersOperationsExtensions Class

Definition

Extension methods for ProvidersOperations.

public static class ProvidersOperationsExtensions
type ProvidersOperationsExtensions = class
Public Module ProvidersOperationsExtensions
Inheritance
ProvidersOperationsExtensions

Methods

GetAsync(IProvidersOperations, String, String, CancellationToken)

Gets the specified resource provider.

GetAtTenantScopeAsync(IProvidersOperations, String, String, CancellationToken)

Gets the specified resource provider at the tenant level.

ListAsync(IProvidersOperations, Nullable<Int32>, String, CancellationToken)

Gets all resource providers for a subscription.

ListAtTenantScopeAsync(IProvidersOperations, Nullable<Int32>, String, CancellationToken)

Gets all resource providers for the tenant.

ListAtTenantScopeNextAsync(IProvidersOperations, String, CancellationToken)

Gets all resource providers for the tenant.

ListNextAsync(IProvidersOperations, String, CancellationToken)

Gets all resource providers for a subscription.

RegisterAsync(IProvidersOperations, String, CancellationToken)

Registers a subscription with a resource provider.

RegisterAtManagementGroupScopeAsync(IProvidersOperations, String, String, CancellationToken)

Registers a management group with a resource provider.

UnregisterAsync(IProvidersOperations, String, CancellationToken)

Unregisters a subscription from a resource provider.

Applies to