Interface FrontDoorManagementClient
public interface FrontDoorManagementClient
The interface for FrontDoorManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets The default poll interval for long-running operation.Gets server parameter.Gets the EndpointsClient object to access its operations.Gets the ExperimentsClient object to access its operations.Gets the FrontDoorNameAvailabilitiesClient object to access its operations.Gets the FrontDoorNameAvailabilityWithSubscriptionsClient object to access its operations.Gets the FrontDoorsClient object to access its operations.Gets the FrontendEndpointsClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the ManagedRuleSetsClient object to access its operations.Gets the NetworkExperimentProfilesClient object to access its operations.Gets the PoliciesClient object to access its operations.Gets the PreconfiguredEndpointsClient object to access its operations.Gets the ReportsClient object to access its operations.Gets the RulesEnginesClient object to access its operations.Gets The subscription credentials which uniquely identify the Microsoft Azure subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getNetworkExperimentProfiles
NetworkExperimentProfilesClient getNetworkExperimentProfiles()Gets the NetworkExperimentProfilesClient object to access its operations.- Returns:
- the NetworkExperimentProfilesClient object.
-
getPreconfiguredEndpoints
PreconfiguredEndpointsClient getPreconfiguredEndpoints()Gets the PreconfiguredEndpointsClient object to access its operations.- Returns:
- the PreconfiguredEndpointsClient object.
-
getExperiments
ExperimentsClient getExperiments()Gets the ExperimentsClient object to access its operations.- Returns:
- the ExperimentsClient object.
-
getReports
ReportsClient getReports()Gets the ReportsClient object to access its operations.- Returns:
- the ReportsClient object.
-
getFrontDoorNameAvailabilities
FrontDoorNameAvailabilitiesClient getFrontDoorNameAvailabilities()Gets the FrontDoorNameAvailabilitiesClient object to access its operations.- Returns:
- the FrontDoorNameAvailabilitiesClient object.
-
getFrontDoorNameAvailabilityWithSubscriptions
FrontDoorNameAvailabilityWithSubscriptionsClient getFrontDoorNameAvailabilityWithSubscriptions()Gets the FrontDoorNameAvailabilityWithSubscriptionsClient object to access its operations.- Returns:
- the FrontDoorNameAvailabilityWithSubscriptionsClient object.
-
getFrontDoors
FrontDoorsClient getFrontDoors()Gets the FrontDoorsClient object to access its operations.- Returns:
- the FrontDoorsClient object.
-
getFrontendEndpoints
FrontendEndpointsClient getFrontendEndpoints()Gets the FrontendEndpointsClient object to access its operations.- Returns:
- the FrontendEndpointsClient object.
-
getEndpoints
EndpointsClient getEndpoints()Gets the EndpointsClient object to access its operations.- Returns:
- the EndpointsClient object.
-
getRulesEngines
RulesEnginesClient getRulesEngines()Gets the RulesEnginesClient object to access its operations.- Returns:
- the RulesEnginesClient object.
-
getPolicies
PoliciesClient getPolicies()Gets the PoliciesClient object to access its operations.- Returns:
- the PoliciesClient object.
-
getManagedRuleSets
ManagedRuleSetsClient getManagedRuleSets()Gets the ManagedRuleSetsClient object to access its operations.- Returns:
- the ManagedRuleSetsClient object.
-