Class ContainerAppsApiManager


  • public final class ContainerAppsApiManager
    extends Object
    Entry point to ContainerAppsApiManager.
    • Method Detail

      • authenticate

        public static ContainerAppsApiManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                           com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of ContainerAppsApi service API entry point.
        Parameters:
        credential - the credential to use.
        profile - the Azure profile for client.
        Returns:
        the ContainerAppsApi service API instance.
      • authenticate

        public static ContainerAppsApiManager authenticate​(com.azure.core.http.HttpPipeline httpPipeline,
                                                           com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of ContainerAppsApi service API entry point.
        Parameters:
        httpPipeline - the HttpPipeline configured with Azure authentication credential.
        profile - the Azure profile for client.
        Returns:
        the ContainerAppsApi service API instance.
      • configure

        public static ContainerAppsApiManager.Configurable configure()
        Gets a Configurable instance that can be used to create ContainerAppsApiManager with optional configuration.
        Returns:
        the Configurable instance allowing configurations.
      • containerAppsAuthConfigs

        public ContainerAppsAuthConfigs containerAppsAuthConfigs()
        Gets the resource collection API of ContainerAppsAuthConfigs. It manages AuthConfig.
        Returns:
        Resource collection API of ContainerAppsAuthConfigs.
      • containerApps

        public ContainerApps containerApps()
        Gets the resource collection API of ContainerApps. It manages ContainerApp.
        Returns:
        Resource collection API of ContainerApps.
      • containerAppsRevisions

        public ContainerAppsRevisions containerAppsRevisions()
        Gets the resource collection API of ContainerAppsRevisions.
        Returns:
        Resource collection API of ContainerAppsRevisions.
      • containerAppsRevisionReplicas

        public ContainerAppsRevisionReplicas containerAppsRevisionReplicas()
        Gets the resource collection API of ContainerAppsRevisionReplicas.
        Returns:
        Resource collection API of ContainerAppsRevisionReplicas.
      • daprComponents

        public DaprComponents daprComponents()
        Gets the resource collection API of DaprComponents. It manages DaprComponent.
        Returns:
        Resource collection API of DaprComponents.
      • operations

        public Operations operations()
        Gets the resource collection API of Operations.
        Returns:
        Resource collection API of Operations.
      • managedEnvironments

        public ManagedEnvironments managedEnvironments()
        Gets the resource collection API of ManagedEnvironments. It manages ManagedEnvironment.
        Returns:
        Resource collection API of ManagedEnvironments.
      • certificates

        public Certificates certificates()
        Gets the resource collection API of Certificates. It manages Certificate.
        Returns:
        Resource collection API of Certificates.
      • namespaces

        public Namespaces namespaces()
        Gets the resource collection API of Namespaces.
        Returns:
        Resource collection API of Namespaces.
      • managedEnvironmentsStorages

        public ManagedEnvironmentsStorages managedEnvironmentsStorages()
        Gets the resource collection API of ManagedEnvironmentsStorages. It manages ManagedEnvironmentStorage.
        Returns:
        Resource collection API of ManagedEnvironmentsStorages.
      • containerAppsSourceControls

        public ContainerAppsSourceControls containerAppsSourceControls()
        Gets the resource collection API of ContainerAppsSourceControls. It manages SourceControl.
        Returns:
        Resource collection API of ContainerAppsSourceControls.
      • serviceClient

        public ContainerAppsApiClient serviceClient()
        Returns:
        Wrapped service client ContainerAppsApiClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.