Interface AppPlatformManagementClient
-
public interface AppPlatformManagementClientThe interface for AppPlatformManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Gets Api Version.AppsClientgetApps()Gets the AppsClient object to access its operations.BindingsClientgetBindings()Gets the BindingsClient object to access its operations.CertificatesClientgetCertificates()Gets the CertificatesClient object to access its operations.ConfigServersClientgetConfigServers()Gets the ConfigServersClient object to access its operations.CustomDomainsClientgetCustomDomains()Gets the CustomDomainsClient object to access its operations.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.DeploymentsClientgetDeployments()Gets the DeploymentsClient object to access its operations.StringgetEndpoint()Gets server parameter.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.MonitoringSettingsClientgetMonitoringSettings()Gets the MonitoringSettingsClient object to access its operations.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.RuntimeVersionsClientgetRuntimeVersions()Gets the RuntimeVersionsClient object to access its operations.ServicesClientgetServices()Gets the ServicesClient object to access its operations.SkusClientgetSkus()Gets the SkusClient object to access its operations.StringgetSubscriptionId()Gets Gets subscription ID which uniquely identify the Microsoft Azure subscription.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets Gets subscription ID 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.
-
getApiVersion
String getApiVersion()
Gets Api Version.- Returns:
- the apiVersion 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.
-
getServices
ServicesClient getServices()
Gets the ServicesClient object to access its operations.- Returns:
- the ServicesClient object.
-
getConfigServers
ConfigServersClient getConfigServers()
Gets the ConfigServersClient object to access its operations.- Returns:
- the ConfigServersClient object.
-
getMonitoringSettings
MonitoringSettingsClient getMonitoringSettings()
Gets the MonitoringSettingsClient object to access its operations.- Returns:
- the MonitoringSettingsClient object.
-
getApps
AppsClient getApps()
Gets the AppsClient object to access its operations.- Returns:
- the AppsClient object.
-
getBindings
BindingsClient getBindings()
Gets the BindingsClient object to access its operations.- Returns:
- the BindingsClient object.
-
getCertificates
CertificatesClient getCertificates()
Gets the CertificatesClient object to access its operations.- Returns:
- the CertificatesClient object.
-
getCustomDomains
CustomDomainsClient getCustomDomains()
Gets the CustomDomainsClient object to access its operations.- Returns:
- the CustomDomainsClient object.
-
getDeployments
DeploymentsClient getDeployments()
Gets the DeploymentsClient object to access its operations.- Returns:
- the DeploymentsClient object.
-
getOperations
OperationsClient getOperations()
Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getRuntimeVersions
RuntimeVersionsClient getRuntimeVersions()
Gets the RuntimeVersionsClient object to access its operations.- Returns:
- the RuntimeVersionsClient object.
-
getSkus
SkusClient getSkus()
Gets the SkusClient object to access its operations.- Returns:
- the SkusClient object.
-
-