ParentT - the stage of the parent application gateway update to return to after attaching this definitionpublic static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithPath<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT> |
withPath(String path)
Specifies the relative path for the probe to call.
|
ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT> withPath(String path)
A probe is sent to <protocol>://<host>:<port><path>.
path - a relative path/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/