Interface WebSiteManagementClient
public interface WebSiteManagementClient
The interface for WebSiteManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Version parameter.Gets the AppServiceEnvironmentsClient object to access its operations.Gets the AppServicePlansClient object to access its operations.Gets the CertificatesClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DeletedWebAppsClient object to access its operations.Gets the DiagnosticsClient object to access its operations.Gets Service host.Gets the GetUsagesInLocationsClient object to access its operations.Gets the GlobalsClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the KubeEnvironmentsClient object to access its operations.Gets the ProvidersClient object to access its operations.Gets the RecommendationsClient object to access its operations.Gets the ResourceHealthMetadatasClient object to access its operations.Gets the ResourceProvidersClient object to access its operations.Gets the SiteCertificatesClient object to access its operations.Gets the StaticSitesClient object to access its operations.Gets The ID of the target subscription.Gets the WebAppsClient object to access its operations.Gets the WorkflowRunActionRepetitionsClient object to access its operations.Gets the WorkflowRunActionRepetitionsRequestHistoriesClient object to access its operations.Gets the WorkflowRunActionsClient object to access its operations.Gets the WorkflowRunActionScopeRepetitionsClient object to access its operations.Gets the WorkflowRunsClient object to access its operations.Gets the WorkflowsClient object to access its operations.Gets the WorkflowTriggerHistoriesClient object to access its operations.Gets the WorkflowTriggersClient object to access its operations.Gets the WorkflowVersionsClient object to access its operations.
-
Method Details
-
getEndpoint
-
getApiVersion
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId 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.
-
getAppServiceEnvironments
AppServiceEnvironmentsClient getAppServiceEnvironments()Gets the AppServiceEnvironmentsClient object to access its operations.- Returns:
- the AppServiceEnvironmentsClient object.
-
getRecommendations
RecommendationsClient getRecommendations()Gets the RecommendationsClient object to access its operations.- Returns:
- the RecommendationsClient object.
-
getStaticSites
StaticSitesClient getStaticSites()Gets the StaticSitesClient object to access its operations.- Returns:
- the StaticSitesClient object.
-
getWebApps
WebAppsClient getWebApps()Gets the WebAppsClient object to access its operations.- Returns:
- the WebAppsClient object.
-
getAppServicePlans
AppServicePlansClient getAppServicePlans()Gets the AppServicePlansClient object to access its operations.- Returns:
- the AppServicePlansClient object.
-
getCertificates
CertificatesClient getCertificates()Gets the CertificatesClient object to access its operations.- Returns:
- the CertificatesClient object.
-
getSiteCertificates
SiteCertificatesClient getSiteCertificates()Gets the SiteCertificatesClient object to access its operations.- Returns:
- the SiteCertificatesClient object.
-
getGlobals
GlobalsClient getGlobals()Gets the GlobalsClient object to access its operations.- Returns:
- the GlobalsClient object.
-
getDiagnostics
DiagnosticsClient getDiagnostics()Gets the DiagnosticsClient object to access its operations.- Returns:
- the DiagnosticsClient object.
-
getKubeEnvironments
KubeEnvironmentsClient getKubeEnvironments()Gets the KubeEnvironmentsClient object to access its operations.- Returns:
- the KubeEnvironmentsClient object.
-
getWorkflowRuns
WorkflowRunsClient getWorkflowRuns()Gets the WorkflowRunsClient object to access its operations.- Returns:
- the WorkflowRunsClient object.
-
getWorkflowRunActions
WorkflowRunActionsClient getWorkflowRunActions()Gets the WorkflowRunActionsClient object to access its operations.- Returns:
- the WorkflowRunActionsClient object.
-
getWorkflowRunActionScopeRepetitions
WorkflowRunActionScopeRepetitionsClient getWorkflowRunActionScopeRepetitions()Gets the WorkflowRunActionScopeRepetitionsClient object to access its operations.- Returns:
- the WorkflowRunActionScopeRepetitionsClient object.
-
getWorkflowTriggers
WorkflowTriggersClient getWorkflowTriggers()Gets the WorkflowTriggersClient object to access its operations.- Returns:
- the WorkflowTriggersClient object.
-
getWorkflowTriggerHistories
WorkflowTriggerHistoriesClient getWorkflowTriggerHistories()Gets the WorkflowTriggerHistoriesClient object to access its operations.- Returns:
- the WorkflowTriggerHistoriesClient object.
-
getWorkflowVersions
WorkflowVersionsClient getWorkflowVersions()Gets the WorkflowVersionsClient object to access its operations.- Returns:
- the WorkflowVersionsClient object.
-
getResourceProviders
ResourceProvidersClient getResourceProviders()Gets the ResourceProvidersClient object to access its operations.- Returns:
- the ResourceProvidersClient object.
-
getProviders
ProvidersClient getProviders()Gets the ProvidersClient object to access its operations.- Returns:
- the ProvidersClient object.
-
getDeletedWebApps
DeletedWebAppsClient getDeletedWebApps()Gets the DeletedWebAppsClient object to access its operations.- Returns:
- the DeletedWebAppsClient object.
-
getResourceHealthMetadatas
ResourceHealthMetadatasClient getResourceHealthMetadatas()Gets the ResourceHealthMetadatasClient object to access its operations.- Returns:
- the ResourceHealthMetadatasClient object.
-
getWorkflows
WorkflowsClient getWorkflows()Gets the WorkflowsClient object to access its operations.- Returns:
- the WorkflowsClient object.
-
getWorkflowRunActionRepetitions
WorkflowRunActionRepetitionsClient getWorkflowRunActionRepetitions()Gets the WorkflowRunActionRepetitionsClient object to access its operations.- Returns:
- the WorkflowRunActionRepetitionsClient object.
-
getWorkflowRunActionRepetitionsRequestHistories
WorkflowRunActionRepetitionsRequestHistoriesClient getWorkflowRunActionRepetitionsRequestHistories()Gets the WorkflowRunActionRepetitionsRequestHistoriesClient object to access its operations.- Returns:
- the WorkflowRunActionRepetitionsRequestHistoriesClient object.
-
getGetUsagesInLocations
GetUsagesInLocationsClient getGetUsagesInLocations()Gets the GetUsagesInLocationsClient object to access its operations.- Returns:
- the GetUsagesInLocationsClient object.
-