Interface AppPlatformManagementClient
public interface AppPlatformManagementClient
The interface for AppPlatformManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ApiPortalCustomDomainsClient object to access its operations.Gets the ApiPortalsClient object to access its operations.Gets Api Version.getApps()Gets the AppsClient object to access its operations.Gets the BindingsClient object to access its operations.Gets the BuildpackBindingsClient object to access its operations.Gets the BuildServiceAgentPoolsClient object to access its operations.Gets the BuildServiceBuildersClient object to access its operations.Gets the BuildServicesClient object to access its operations.Gets the CertificatesClient object to access its operations.Gets the ConfigServersClient object to access its operations.Gets the ConfigurationServicesClient object to access its operations.Gets the CustomDomainsClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DeploymentsClient object to access its operations.Gets server parameter.Gets the GatewayCustomDomainsClient object to access its operations.Gets the GatewayRouteConfigsClient object to access its operations.Gets the GatewaysClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the MonitoringSettingsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the RuntimeVersionsClient object to access its operations.Gets the ServiceRegistriesClient object to access its operations.Gets the ServicesClient object to access its operations.getSkus()Gets the SkusClient object to access its operations.Gets the StoragesClient object to access its operations.Gets Gets subscription ID which uniquely identify the Microsoft Azure subscription.
-
Method Details
-
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.
-
getConfigurationServices
ConfigurationServicesClient getConfigurationServices()Gets the ConfigurationServicesClient object to access its operations.- Returns:
- the ConfigurationServicesClient object.
-
getServiceRegistries
ServiceRegistriesClient getServiceRegistries()Gets the ServiceRegistriesClient object to access its operations.- Returns:
- the ServiceRegistriesClient object.
-
getBuildServices
BuildServicesClient getBuildServices()Gets the BuildServicesClient object to access its operations.- Returns:
- the BuildServicesClient object.
-
getBuildpackBindings
BuildpackBindingsClient getBuildpackBindings()Gets the BuildpackBindingsClient object to access its operations.- Returns:
- the BuildpackBindingsClient object.
-
getBuildServiceBuilders
BuildServiceBuildersClient getBuildServiceBuilders()Gets the BuildServiceBuildersClient object to access its operations.- Returns:
- the BuildServiceBuildersClient object.
-
getBuildServiceAgentPools
BuildServiceAgentPoolsClient getBuildServiceAgentPools()Gets the BuildServiceAgentPoolsClient object to access its operations.- Returns:
- the BuildServiceAgentPoolsClient 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.
-
getStorages
StoragesClient getStorages()Gets the StoragesClient object to access its operations.- Returns:
- the StoragesClient 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.
-
getGateways
GatewaysClient getGateways()Gets the GatewaysClient object to access its operations.- Returns:
- the GatewaysClient object.
-
getGatewayRouteConfigs
GatewayRouteConfigsClient getGatewayRouteConfigs()Gets the GatewayRouteConfigsClient object to access its operations.- Returns:
- the GatewayRouteConfigsClient object.
-
getGatewayCustomDomains
GatewayCustomDomainsClient getGatewayCustomDomains()Gets the GatewayCustomDomainsClient object to access its operations.- Returns:
- the GatewayCustomDomainsClient object.
-
getApiPortals
ApiPortalsClient getApiPortals()Gets the ApiPortalsClient object to access its operations.- Returns:
- the ApiPortalsClient object.
-
getApiPortalCustomDomains
ApiPortalCustomDomainsClient getApiPortalCustomDomains()Gets the ApiPortalCustomDomainsClient object to access its operations.- Returns:
- the ApiPortalCustomDomainsClient object.
-