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