次の方法で共有


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)

サブスクリプションのすべてのリソース プロバイダーを取得します。

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

管理グループをリソース プロバイダーに登録します。

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

サブスクリプションをリソース プロバイダーに登録します。

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

リソース プロバイダーからサブスクリプションの登録を解除します。

拡張メソッド

GetAsync(IProvidersOperations, String, String, CancellationToken)

指定したリソース プロバイダーを取得します。

GetAtTenantScopeAsync(IProvidersOperations, String, String, CancellationToken)

テナント レベルで指定されたリソース プロバイダーを取得します。

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

サブスクリプションのすべてのリソース プロバイダーを取得します。

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

テナントのすべてのリソース プロバイダーを取得します。

ListAtTenantScopeNextAsync(IProvidersOperations, String, CancellationToken)

テナントのすべてのリソース プロバイダーを取得します。

ListNextAsync(IProvidersOperations, String, CancellationToken)

サブスクリプションのすべてのリソース プロバイダーを取得します。

RegisterAsync(IProvidersOperations, String, CancellationToken)

サブスクリプションをリソース プロバイダーに登録します。

RegisterAtManagementGroupScopeAsync(IProvidersOperations, String, String, CancellationToken)

管理グループをリソース プロバイダーに登録します。

UnregisterAsync(IProvidersOperations, String, CancellationToken)

リソース プロバイダーからサブスクリプションの登録を解除します。

適用対象