你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IProvidersOperations 接口

定义

ProvidersOperations 操作。

public interface IProvidersOperations
type IProvidersOperations = interface
Public Interface IProvidersOperations

方法

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

获取租户级别的指定资源提供程序。

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

获取指定的资源提供程序。

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

获取租户的所有资源提供程序。

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

获取租户的所有资源提供程序。

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

获取订阅的所有资源提供程序。

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

获取订阅的所有资源提供程序。

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

获取提供程序权限。

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

向资源提供程序注册管理组。

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

向资源提供程序注册订阅。

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

从资源提供程序注销订阅。

扩展方法

Get(IProvidersOperations, String, String)

获取指定的资源提供程序。

GetAsync(IProvidersOperations, String, String, CancellationToken)

获取指定的资源提供程序。

GetAtTenantScope(IProvidersOperations, String, String)

获取租户级别的指定资源提供程序。

GetAtTenantScopeAsync(IProvidersOperations, String, String, CancellationToken)

获取租户级别的指定资源提供程序。

List(IProvidersOperations, Nullable<Int32>, String)

获取订阅的所有资源提供程序。

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

获取订阅的所有资源提供程序。

ListAtTenantScope(IProvidersOperations, Nullable<Int32>, String)

获取租户的所有资源提供程序。

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

获取租户的所有资源提供程序。

ListAtTenantScopeNext(IProvidersOperations, String)

获取租户的所有资源提供程序。

ListAtTenantScopeNextAsync(IProvidersOperations, String, CancellationToken)

获取租户的所有资源提供程序。

ListNext(IProvidersOperations, String)

获取订阅的所有资源提供程序。

ListNextAsync(IProvidersOperations, String, CancellationToken)

获取订阅的所有资源提供程序。

ProviderPermissions(IProvidersOperations, String)

获取提供程序权限。

ProviderPermissionsAsync(IProvidersOperations, String, CancellationToken)

获取提供程序权限。

Register(IProvidersOperations, String, ProviderRegistrationRequest)

向资源提供程序注册订阅。

RegisterAsync(IProvidersOperations, String, ProviderRegistrationRequest, CancellationToken)

向资源提供程序注册订阅。

RegisterAtManagementGroupScope(IProvidersOperations, String, String)

向资源提供程序注册管理组。

RegisterAtManagementGroupScopeAsync(IProvidersOperations, String, String, CancellationToken)

向资源提供程序注册管理组。

Unregister(IProvidersOperations, String)

从资源提供程序注销订阅。

UnregisterAsync(IProvidersOperations, String, CancellationToken)

从资源提供程序注销订阅。

适用于