Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
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.
|