IProvidersOperations Interface

Definition

ProvidersOperations operations.

public interface IProvidersOperations
type IProvidersOperations = interface
Public Interface IProvidersOperations

Methods

GetAtTenantScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified resource provider at the tenant level.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified resource provider.

ListAtTenantScopeNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all resource providers for the tenant.

ListAtTenantScopeWithHttpMessagesAsync(Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Gets all resource providers for the tenant.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all resource providers for a subscription.

ListWithHttpMessagesAsync(Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Gets all resource providers for a subscription.

RegisterAtManagementGroupScopeWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Registers a management group with a resource provider.

RegisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Registers a subscription with a resource provider.

UnregisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Unregisters a subscription from a resource provider.

Extension 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