次の方法で共有


IDefinition インターフェイス

定義

使用可能なプロバイダー パラメーター定義全体。

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

プロパティ

Key

使用可能なプロバイダー パラメーター定義全体。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

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

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

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

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

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

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

(継承元 IWithAzureLocations)
WithCity(String)

使用可能なプロバイダー パラメーター定義全体。

(継承元 IWithExecuteAndCity)
WithCountry(String)

使用可能なプロバイダー パラメーター定義全体。

(継承元 IWithExecuteAndCountry)
WithState(String)

使用可能なプロバイダー パラメーター定義全体。

(継承元 IWithExecuteAndState)

適用対象