次の方法で共有


IWithHost<ParentT>.WithHost(String) メソッド

定義

プローブの送信先となるホスト名を指定します。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithPath<ParentT> WithHost (string host);
abstract member WithHost : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithPath<'ParentT>
Public Function WithHost (host As String) As IWithPath(Of ParentT)

パラメーター

host
String

ホスト名。

戻り値

適用対象