ParentT - the stage of the parent application gateway definition to return to after attaching this definitionpublic static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProbe<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ParentT> |
withProbe(String name)
Specifies an existing probe on this application gateway to associate with this backend.
|
@Beta(value=V1_1_0) ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ParentT> withProbe(String name)
If the probe with the specified name does not yet exist, it must be defined separately in the optional part of the application gateway definition. This only adds a reference to the probe by its name.
name - the name of an existing probe/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/