Interface ContainerAppsApiClient
-
public interface ContainerAppsApiClient
The interface for ContainerAppsApiClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getApiVersion()
Gets Api Version.CertificatesClient
getCertificates()
Gets the CertificatesClient object to access its operations.ContainerAppsClient
getContainerApps()
Gets the ContainerAppsClient object to access its operations.ContainerAppsAuthConfigsClient
getContainerAppsAuthConfigs()
Gets the ContainerAppsAuthConfigsClient object to access its operations.ContainerAppsRevisionReplicasClient
getContainerAppsRevisionReplicas()
Gets the ContainerAppsRevisionReplicasClient object to access its operations.ContainerAppsRevisionsClient
getContainerAppsRevisions()
Gets the ContainerAppsRevisionsClient object to access its operations.ContainerAppsSourceControlsClient
getContainerAppsSourceControls()
Gets the ContainerAppsSourceControlsClient object to access its operations.DaprComponentsClient
getDaprComponents()
Gets the DaprComponentsClient object to access its operations.Duration
getDefaultPollInterval()
Gets The default poll interval for long-running operation.String
getEndpoint()
Gets server parameter.com.azure.core.http.HttpPipeline
getHttpPipeline()
Gets The HTTP pipeline to send requests through.ManagedEnvironmentsClient
getManagedEnvironments()
Gets the ManagedEnvironmentsClient object to access its operations.ManagedEnvironmentsStoragesClient
getManagedEnvironmentsStorages()
Gets the ManagedEnvironmentsStoragesClient object to access its operations.NamespacesClient
getNamespaces()
Gets the NamespacesClient object to access its operations.OperationsClient
getOperations()
Gets the OperationsClient object to access its operations.String
getSubscriptionId()
Gets The ID of the target subscription.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets The ID of the target subscription.- 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.
-
getContainerAppsAuthConfigs
ContainerAppsAuthConfigsClient getContainerAppsAuthConfigs()
Gets the ContainerAppsAuthConfigsClient object to access its operations.- Returns:
- the ContainerAppsAuthConfigsClient object.
-
getContainerApps
ContainerAppsClient getContainerApps()
Gets the ContainerAppsClient object to access its operations.- Returns:
- the ContainerAppsClient object.
-
getContainerAppsRevisions
ContainerAppsRevisionsClient getContainerAppsRevisions()
Gets the ContainerAppsRevisionsClient object to access its operations.- Returns:
- the ContainerAppsRevisionsClient object.
-
getContainerAppsRevisionReplicas
ContainerAppsRevisionReplicasClient getContainerAppsRevisionReplicas()
Gets the ContainerAppsRevisionReplicasClient object to access its operations.- Returns:
- the ContainerAppsRevisionReplicasClient object.
-
getDaprComponents
DaprComponentsClient getDaprComponents()
Gets the DaprComponentsClient object to access its operations.- Returns:
- the DaprComponentsClient object.
-
getOperations
OperationsClient getOperations()
Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getManagedEnvironments
ManagedEnvironmentsClient getManagedEnvironments()
Gets the ManagedEnvironmentsClient object to access its operations.- Returns:
- the ManagedEnvironmentsClient object.
-
getCertificates
CertificatesClient getCertificates()
Gets the CertificatesClient object to access its operations.- Returns:
- the CertificatesClient object.
-
getNamespaces
NamespacesClient getNamespaces()
Gets the NamespacesClient object to access its operations.- Returns:
- the NamespacesClient object.
-
getManagedEnvironmentsStorages
ManagedEnvironmentsStoragesClient getManagedEnvironmentsStorages()
Gets the ManagedEnvironmentsStoragesClient object to access its operations.- Returns:
- the ManagedEnvironmentsStoragesClient object.
-
getContainerAppsSourceControls
ContainerAppsSourceControlsClient getContainerAppsSourceControls()
Gets the ContainerAppsSourceControlsClient object to access its operations.- Returns:
- the ContainerAppsSourceControlsClient object.
-
-