Share via


IWithHost<ParentT>.WithHost(String) Method

Definition

Specifies the host name to send the probe to.

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)

Parameters

host
String

A host name.

Returns

Applies to