Interface ApplicationGatewayProbe.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayProbe.DefinitionStages.Blank<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseBodyContents<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseStatusCodeRanges<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithHost<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithInterval<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithPath<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithProtocol<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithRetries<ParentT>,ApplicationGatewayProbe.DefinitionStages.WithTimeout<ParentT>,Attachable.InDefinitionAlt<ParentT>,HasProtocol.DefinitionStages.WithProtocol<ApplicationGatewayProbe.DefinitionStages.WithTimeout<ParentT>,ApplicationGatewayProtocol>
- Enclosing interface:
- ApplicationGatewayProbe
public static interface ApplicationGatewayProbe.Definition<ParentT> extends ApplicationGatewayProbe.DefinitionStages.Blank<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithAttach<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithProtocol<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithPath<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithHost<ParentT>, ApplicationGatewayProbe.DefinitionStages.WithTimeout<ParentT>
The entirety of an application gateway probe definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseBodyContents
withHealthyHttpResponseBodyContents
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithHealthyHttpResponseStatusCodeRanges
withHealthyHttpResponseStatusCodeRange, withHealthyHttpResponseStatusCodeRange, withHealthyHttpResponseStatusCodeRanges
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithHost
withHost
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithInterval
withTimeBetweenProbesInSeconds
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithPath
withPath
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithProtocol
withHttp, withHttps
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithRetries
withRetriesBeforeUnhealthy
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithTimeout
withTimeoutInSeconds
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinitionAlt
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.DefinitionStages.WithProtocol
withProtocol
-
-