public static interface ApplicationGateway.UpdateStages.WithProbe
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbe.UpdateDefinitionStages.Blank<ApplicationGateway.Update> |
defineProbe(String name)
Begins the definition of a new probe.
|
ApplicationGatewayProbe.Update |
updateProbe(String name)
Begins the update of an existing probe.
|
ApplicationGateway.Update |
withoutProbe(String name)
Removes a probe from the application gateway.
|
ApplicationGatewayProbe.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineProbe(String name)
name - a unique name for the probeApplicationGatewayProbe.Update updateProbe(String name)
name - the name of an existing probeApplicationGateway.Update withoutProbe(String name)
Any references to this probe from backend HTTP configurations will be automatically removed.
name - the name of an existing probeCopyright © 2021 Microsoft Corporation. All rights reserved.