IWithExecuteAndState インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
状態の指定またはクエリの実行を許可する定義のステージ。
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) |
状態の指定またはクエリの実行を許可する定義のステージ。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET