Interface AppPlatformManagementClient


  • public interface AppPlatformManagementClient
    The interface for AppPlatformManagementClient class.
    • 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.