ProvidersOperationsExtensions Class

Definition

Extension methods for ProvidersOperations.

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

Methods

Get(IProvidersOperations, String, String)

Gets the specified resource provider.

GetAsync(IProvidersOperations, String, String, CancellationToken)

Gets the specified resource provider.

GetAtTenantScope(IProvidersOperations, String, String)

Gets the specified resource provider at the tenant level.

GetAtTenantScopeAsync(IProvidersOperations, String, String, CancellationToken)

Gets the specified resource provider at the tenant level.

List(IProvidersOperations, Nullable<Int32>, String)

Gets all resource providers for a subscription.

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

Gets all resource providers for a subscription.

ListAtTenantScope(IProvidersOperations, Nullable<Int32>, String)

Gets all resource providers for the tenant.

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

Gets all resource providers for the tenant.

ListAtTenantScopeNext(IProvidersOperations, String)

Gets all resource providers for the tenant.

ListAtTenantScopeNextAsync(IProvidersOperations, String, CancellationToken)

Gets all resource providers for the tenant.

ListNext(IProvidersOperations, String)

Gets all resource providers for a subscription.

ListNextAsync(IProvidersOperations, String, CancellationToken)

Gets all resource providers for a subscription.

ProviderPermissions(IProvidersOperations, String)

Get the provider permissions.

ProviderPermissionsAsync(IProvidersOperations, String, CancellationToken)

Get the provider permissions.

Register(IProvidersOperations, String, ProviderRegistrationRequest)

Registers a subscription with a resource provider.

RegisterAsync(IProvidersOperations, String, ProviderRegistrationRequest, CancellationToken)

Registers a subscription with a resource provider.

RegisterAtManagementGroupScope(IProvidersOperations, String, String)

Registers a management group with a resource provider.

RegisterAtManagementGroupScopeAsync(IProvidersOperations, String, String, CancellationToken)

Registers a management group with a resource provider.

Unregister(IProvidersOperations, String)

Unregisters a subscription from a resource provider.

UnregisterAsync(IProvidersOperations, String, CancellationToken)

Unregisters a subscription from a resource provider.

Applies to