ParentT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayProbe.DefinitionStages.WithPath<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.DefinitionStages.WithProtocol<ParentT> |
withPath(String path)
Specifies the relative path for the probe to call.
|
ApplicationGatewayProbe.DefinitionStages.WithProtocol<ParentT> withPath(String path)
A probe is sent to <protocol>://<host>:<port><path>.
path - a relative pathCopyright © 2021 Microsoft Corporation. All rights reserved.