ParentT - the stage of the parent application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayProbe.DefinitionStages.WithHost<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.DefinitionStages.WithPath<ParentT> |
withHost(String host)
Specifies the host name to send the probe to.
|
ApplicationGatewayProbe.DefinitionStages.WithPath<ParentT> withHost(String host)
host - a host name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/