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)

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

適用対象