Class ContainerAppsApiManager
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.ContainerAppsApiManager
-
public final class ContainerAppsApiManager extends Object
Entry point to ContainerAppsApiManager.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContainerAppsApiManager.Configurable
The Configurable allowing configurations to be set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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.Certificates
certificates()
Gets the resource collection API of Certificates.static ContainerAppsApiManager.Configurable
configure()
Gets a Configurable instance that can be used to create ContainerAppsApiManager with optional configuration.ContainerApps
containerApps()
Gets the resource collection API of ContainerApps.ContainerAppsAuthConfigs
containerAppsAuthConfigs()
Gets the resource collection API of ContainerAppsAuthConfigs.ContainerAppsRevisionReplicas
containerAppsRevisionReplicas()
Gets the resource collection API of ContainerAppsRevisionReplicas.ContainerAppsRevisions
containerAppsRevisions()
Gets the resource collection API of ContainerAppsRevisions.ContainerAppsSourceControls
containerAppsSourceControls()
Gets the resource collection API of ContainerAppsSourceControls.DaprComponents
daprComponents()
Gets the resource collection API of DaprComponents.ManagedEnvironments
managedEnvironments()
Gets the resource collection API of ManagedEnvironments.ManagedEnvironmentsStorages
managedEnvironmentsStorages()
Gets the resource collection API of ManagedEnvironmentsStorages.Namespaces
namespaces()
Gets the resource collection API of Namespaces.Operations
operations()
Gets the resource collection API of Operations.ContainerAppsApiClient
serviceClient()
-
-
-
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
- theHttpPipeline
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.- Returns:
- Resource collection API of ContainerAppsAuthConfigs.
-
containerApps
public ContainerApps containerApps()
Gets the resource collection API of ContainerApps.- 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.- 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.- Returns:
- Resource collection API of ManagedEnvironments.
-
certificates
public Certificates certificates()
Gets the resource collection API of Certificates.- 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.- Returns:
- Resource collection API of ManagedEnvironmentsStorages.
-
containerAppsSourceControls
public ContainerAppsSourceControls containerAppsSourceControls()
Gets the resource collection API of ContainerAppsSourceControls.- 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.
-
-