IWithTrafficRoutingMethod.WithMultiValueBasedRouting メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithMultiValueBasedRouting() |
エンド ユーザー トラフィックが複数のアドレス値を返す必要があることを指定します |
WithMultiValueBasedRouting(Int32) |
エンド ユーザー トラフィックが複数のアドレス値を返す必要があることを指定します |
WithMultiValueBasedRouting()
エンド ユーザー トラフィックが複数のアドレス値を返す必要があることを指定します
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithEndpoint WithMultiValueBasedRouting ();
abstract member WithMultiValueBasedRouting : unit -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithEndpoint
Public Function WithMultiValueBasedRouting () As IWithEndpoint
戻り値
適用対象
WithMultiValueBasedRouting(Int32)
エンド ユーザー トラフィックが複数のアドレス値を返す必要があることを指定します
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithEndpoint WithMultiValueBasedRouting (int maxReturn);
abstract member WithMultiValueBasedRouting : int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithEndpoint
Public Function WithMultiValueBasedRouting (maxReturn As Integer) As IWithEndpoint
パラメーター
- maxReturn
- Int32
返されるアドレスの最大数
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET