次の方法で共有


IWithExecuteAndState インターフェイス

定義

状態の指定またはクエリの実行を許可する定義のステージ。

public interface IWithExecuteAndState : Microsoft.Azure.Management.Network.Fluent.AvailableProviders.Definition.IWithExecute, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.IAvailableProviders>
type IWithExecuteAndState = interface
    interface IWithExecute
    interface IExecutable<IAvailableProviders>
    interface IIndexable
    interface IWithAzureLocations
Public Interface IWithExecuteAndState
Implements IExecutable(Of IAvailableProviders), IWithExecute
派生
実装

プロパティ

Key

状態の指定またはクエリの実行を許可する定義のステージ。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

要求を非同期的に実行します。

(継承元 IExecutable<T>)
WithAzureLocation(String)

Azure リージョン名を設定します。 注: このメソッドには加法効果があります。

(継承元 IWithAzureLocations)
WithAzureLocations(String[])

Azure リージョンの一覧を設定します。 注: 既に設定されている場合は、場所が上書きされます。

(継承元 IWithAzureLocations)
WithState(String)

状態の指定またはクエリの実行を許可する定義のステージ。

適用対象