Interface ContainerRegistryTasksManagementClient
Deprecated.
Use azure-resourcemanager-containerregistry-tasks lib.
An instance of this class provides access to all the operations defined in ContainerRegistryTasksManagementClient.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the AgentPoolsClient object to access its operations.Deprecated.Gets Api Version.Deprecated.Gets The default poll interval for long-running operation.Deprecated.Gets server parameter.com.azure.core.http.HttpPipelineDeprecated.Gets The HTTP pipeline to send requests through.Deprecated.Gets the RegistryTasksClient object to access its operations.getRuns()Deprecated.Gets the RunsClient object to access its operations.Deprecated.Gets The Microsoft Azure subscription ID.Deprecated.Gets the TaskRunsClient object to access its operations.getTasks()Deprecated.Gets the TasksClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Deprecated.Gets The Microsoft Azure subscription ID.- Returns:
- the subscriptionId value.
-
getEndpoint
-
getApiVersion
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Deprecated.Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Deprecated.Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getAgentPools
AgentPoolsClient getAgentPools()Deprecated.Gets the AgentPoolsClient object to access its operations.- Returns:
- the AgentPoolsClient object.
-
getRegistryTasks
RegistryTasksClient getRegistryTasks()Deprecated.Gets the RegistryTasksClient object to access its operations.- Returns:
- the RegistryTasksClient object.
-
getRuns
RunsClient getRuns()Deprecated.Gets the RunsClient object to access its operations.- Returns:
- the RunsClient object.
-
getTaskRuns
TaskRunsClient getTaskRuns()Deprecated.Gets the TaskRunsClient object to access its operations.- Returns:
- the TaskRunsClient object.
-
getTasks
TasksClient getTasks()Deprecated.Gets the TasksClient object to access its operations.- Returns:
- the TasksClient object.
-