Interface ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseBodyContents<ParentT>,ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseStatusCodeRanges<ParentT>,ApplicationGatewayProbe.UpdateDefinitionStages.WithInterval<ParentT>,ApplicationGatewayProbe.UpdateDefinitionStages.WithRetries<ParentT>,Attachable.InUpdateAlt<ParentT>
- All Known Subinterfaces:
ApplicationGatewayProbe.UpdateDefinition<ParentT>
- Enclosing interface:
ApplicationGatewayProbe.UpdateDefinitionStages
public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithAttach<ParentT>
extends Attachable.InUpdateAlt<ParentT>, ApplicationGatewayProbe.UpdateDefinitionStages.WithInterval<ParentT>, ApplicationGatewayProbe.UpdateDefinitionStages.WithRetries<ParentT>, ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseStatusCodeRanges<ParentT>, ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseBodyContents<ParentT>
The final stage of an application gateway probe definition.
At this stage, any remaining optional settings can be specified, or the probe definition can be attached to the parent application gateway definition.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseBodyContents
withHealthyHttpResponseBodyContentsMethods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.UpdateDefinitionStages.WithHealthyHttpResponseStatusCodeRanges
withHealthyHttpResponseStatusCodeRange, withHealthyHttpResponseStatusCodeRange, withHealthyHttpResponseStatusCodeRangesMethods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.UpdateDefinitionStages.WithInterval
withTimeBetweenProbesInSecondsMethods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.UpdateDefinitionStages.WithRetries
withRetriesBeforeUnhealthyMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdateAlt
attach