AppPlatformManagementClient Interface
public interface AppPlatformManagementClient
The interface for AppPlatformManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Api |
getApiPortalCustomDomains()
Gets the Api |
abstract
Api |
getApiPortals()
Gets the Api |
abstract String |
getApiVersion()
Gets Api Version. |
abstract
Apms |
getApms()
Gets the Apms |
abstract
Application |
getApplicationAccelerators()
Gets the Application |
abstract
Application |
getApplicationLiveViews()
Gets the Application |
abstract
Apps |
getApps()
Gets the Apps |
abstract
Bindings |
getBindings()
Gets the Bindings |
abstract
Build |
getBuildServiceAgentPools()
Gets the Build |
abstract
Build |
getBuildServiceBuilders()
Gets the Build |
abstract
Build |
getBuildServices()
Gets the Build |
abstract
Buildpack |
getBuildpackBindings()
Gets the Buildpack |
abstract
Certificates |
getCertificates()
Gets the Certificates |
abstract
Config |
getConfigServers()
Gets the Config |
abstract
Configuration |
getConfigurationServices()
Gets the Configuration |
abstract
Container |
getContainerRegistries()
Gets the Container |
abstract
Custom |
getCustomDomains()
Gets the Custom |
abstract
Customized |
getCustomizedAccelerators()
Gets the Customized |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Deployments |
getDeployments()
Gets the Deployments |
abstract
Dev |
getDevToolPortals()
Gets the Dev |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Gateway |
getGatewayCustomDomains()
Gets the Gateway |
abstract
Gateway |
getGatewayRouteConfigs()
Gets the Gateway |
abstract
Gateways |
getGateways()
Gets the Gateways |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Monitoring |
getMonitoringSettings()
Gets the Monitoring |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Predefined |
getPredefinedAccelerators()
Gets the Predefined |
abstract
Runtime |
getRuntimeVersions()
Gets the Runtime |
abstract
Service |
getServiceRegistries()
Gets the Service |
abstract
Services |
getServices()
Gets the Services |
abstract
Skus |
getSkus()
Gets the Skus |
abstract
Storages |
getStorages()
Gets the Storages |
abstract String |
getSubscriptionId()
Gets Gets subscription ID which uniquely identify the Microsoft Azure subscription. |
Method Details
getApiPortalCustomDomains
public abstract ApiPortalCustomDomainsClient getApiPortalCustomDomains()
Gets the ApiPortalCustomDomainsClient object to access its operations.
Returns:
getApiPortals
public abstract ApiPortalsClient getApiPortals()
Gets the ApiPortalsClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getApms
public abstract ApmsClient getApms()
Gets the ApmsClient object to access its operations.
Returns:
getApplicationAccelerators
public abstract ApplicationAcceleratorsClient getApplicationAccelerators()
Gets the ApplicationAcceleratorsClient object to access its operations.
Returns:
getApplicationLiveViews
public abstract ApplicationLiveViewsClient getApplicationLiveViews()
Gets the ApplicationLiveViewsClient object to access its operations.
Returns:
getApps
public abstract AppsClient getApps()
Gets the AppsClient object to access its operations.
Returns:
getBindings
public abstract BindingsClient getBindings()
Gets the BindingsClient object to access its operations.
Returns:
getBuildServiceAgentPools
public abstract BuildServiceAgentPoolsClient getBuildServiceAgentPools()
Gets the BuildServiceAgentPoolsClient object to access its operations.
Returns:
getBuildServiceBuilders
public abstract BuildServiceBuildersClient getBuildServiceBuilders()
Gets the BuildServiceBuildersClient object to access its operations.
Returns:
getBuildServices
public abstract BuildServicesClient getBuildServices()
Gets the BuildServicesClient object to access its operations.
Returns:
getBuildpackBindings
public abstract BuildpackBindingsClient getBuildpackBindings()
Gets the BuildpackBindingsClient object to access its operations.
Returns:
getCertificates
public abstract CertificatesClient getCertificates()
Gets the CertificatesClient object to access its operations.
Returns:
getConfigServers
public abstract ConfigServersClient getConfigServers()
Gets the ConfigServersClient object to access its operations.
Returns:
getConfigurationServices
public abstract ConfigurationServicesClient getConfigurationServices()
Gets the ConfigurationServicesClient object to access its operations.
Returns:
getContainerRegistries
public abstract ContainerRegistriesClient getContainerRegistries()
Gets the ContainerRegistriesClient object to access its operations.
Returns:
getCustomDomains
public abstract CustomDomainsClient getCustomDomains()
Gets the CustomDomainsClient object to access its operations.
Returns:
getCustomizedAccelerators
public abstract CustomizedAcceleratorsClient getCustomizedAccelerators()
Gets the CustomizedAcceleratorsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDeployments
public abstract DeploymentsClient getDeployments()
Gets the DeploymentsClient object to access its operations.
Returns:
getDevToolPortals
public abstract DevToolPortalsClient getDevToolPortals()
Gets the DevToolPortalsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getGatewayCustomDomains
public abstract GatewayCustomDomainsClient getGatewayCustomDomains()
Gets the GatewayCustomDomainsClient object to access its operations.
Returns:
getGatewayRouteConfigs
public abstract GatewayRouteConfigsClient getGatewayRouteConfigs()
Gets the GatewayRouteConfigsClient object to access its operations.
Returns:
getGateways
public abstract GatewaysClient getGateways()
Gets the GatewaysClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMonitoringSettings
public abstract MonitoringSettingsClient getMonitoringSettings()
Gets the MonitoringSettingsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPredefinedAccelerators
public abstract PredefinedAcceleratorsClient getPredefinedAccelerators()
Gets the PredefinedAcceleratorsClient object to access its operations.
Returns:
getRuntimeVersions
public abstract RuntimeVersionsClient getRuntimeVersions()
Gets the RuntimeVersionsClient object to access its operations.
Returns:
getServiceRegistries
public abstract ServiceRegistriesClient getServiceRegistries()
Gets the ServiceRegistriesClient object to access its operations.
Returns:
getServices
public abstract ServicesClient getServices()
Gets the ServicesClient object to access its operations.
Returns:
getSkus
public abstract SkusClient getSkus()
Gets the SkusClient object to access its operations.
Returns:
getStorages
public abstract StoragesClient getStorages()
Gets the StoragesClient object to access its operations.
Returns:
getSubscriptionId
public abstract 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:
Applies to
Azure SDK for Java