次の方法で共有


ProviderOperationsExtensions クラス

定義

public static class ProviderOperationsExtensions
type ProviderOperationsExtensions = class
Public Module ProviderOperationsExtensions
継承
ProviderOperationsExtensions

メソッド

Get(IProviderOperations, String)

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

GetAsync(IProviderOperations, String)

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

List(IProviderOperations, ProviderListParameters)

リソース プロバイダーの一覧を取得します。

ListAsync(IProviderOperations, ProviderListParameters)

リソース プロバイダーの一覧を取得します。

ListNext(IProviderOperations, String)

デプロイの一覧を取得します。

ListNextAsync(IProviderOperations, String)

デプロイの一覧を取得します。

Register(IProviderOperations, String)

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

RegisterAsync(IProviderOperations, String)

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

Unregister(IProviderOperations, String)

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

UnregisterAsync(IProviderOperations, String)

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

適用対象