次の方法で共有


IWithCreate インターフェイス

定義

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithEndpoint, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithMonitoringConfiguration, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithMonitoringFastFailover, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithProfileStatus, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithTtl
type IWithCreate = interface
    interface ICreatable<ITrafficManagerProfile>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithMonitoringConfiguration
    interface IWithMonitoringFastFailover
    interface IWithTtl
    interface IWithProfileStatus
    interface IWithEndpoint
Public Interface IWithCreate
Implements ICreatable(Of ITrafficManagerProfile), IDefinitionWithTags(Of IWithCreate), IWithEndpoint, IWithMonitoringConfiguration, IWithMonitoringFastFailover, IWithProfileStatus, IWithTtl
派生
実装

プロパティ

Key

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
DefineAzureTargetEndpoint(String)

Traffic Manager プロファイルにアタッチする Azure エンドポイントの定義を指定します。

(継承元 IWithEndpoint)
DefineExternalTargetEndpoint(String)

Traffic Manager プロファイルにアタッチする外部エンドポイントの定義を指定します。

(継承元 IWithEndpoint)
DefineNestedTargetEndpoint(String)

Traffic Manager プロファイルにアタッチする入れ子になったプロファイル エンドポイントの定義を指定します。

(継承元 IWithEndpoint)
WithFastFailover(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

監視用の高速フェールオーバー設定を指定します。

(継承元 IWithMonitoringFastFailover)
WithHttpMonitoring()

ポート 80 を使用して、パス '/' からの HTTP 200 応答を定期的にチェックするエンドポイントに対して HTTP 監視を使用するように指定します。

(継承元 IWithMonitoringConfiguration)
WithHttpMonitoring(Int32, String)

指定したポートを使用して、指定したパスからの HTTP 200 応答を定期的にチェックするエンドポイントの HTTP 監視を指定します。

(継承元 IWithMonitoringConfiguration)
WithHttpsMonitoring()

ポート 443 を使用して、パス '/' からの HTTPS 200 応答を定期的にチェックするエンドポイントに対して HTTPS 監視を使用するように指定します。

(継承元 IWithMonitoringConfiguration)
WithHttpsMonitoring(Int32, String)

指定したポートを使用して、指定したパスからの HTTPS 200 応答を定期的にチェックするエンドポイントの HTTPS 監視を指定します。

(継承元 IWithMonitoringConfiguration)
WithProfileStatusDisabled()

プロファイルを無効にする必要があることを指定します。 プロファイルを無効にすると、プロファイル内のすべてのエンドポイントへのトラフィックが無効になります。

(継承元 IWithProfileStatus)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)
WithTimeToLive(Int32)

DNS TTL を秒単位で指定します。

(継承元 IWithTtl)

適用対象