次の方法で共有


IWithExecuteAndCity インターフェイス

定義

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

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

プロパティ

Key

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

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

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

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

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

(継承元 IWithAzureLocations)
WithCity(String)

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

適用対象