ContainerRegistryTasksManagementClient Interface
@Deprecated
public interface ContainerRegistryTasksManagementClient
Note
This class has been 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 Type | Method and Description |
|---|---|
|
abstract
Agent |
getAgentPools()
Gets the Agent |
| abstract String |
getApiVersion()
Gets Api Version. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Registry |
getRegistryTasks()
Gets the Registry |
|
abstract
Runs |
getRuns()
Gets the Runs |
| abstract String |
getSubscriptionId()
Gets The Microsoft Azure subscription ID. |
|
abstract
Task |
getTaskRuns()
Gets the Task |
|
abstract
Tasks |
getTasks()
Gets the Tasks |
Method Details
getAgentPools
public abstract AgentPoolsClient getAgentPools()
Gets the AgentPoolsClient object to access its operations.
Returns:
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getRegistryTasks
public abstract RegistryTasksClient getRegistryTasks()
Gets the RegistryTasksClient object to access its operations.
Returns:
getRuns
public abstract RunsClient getRuns()
Gets the RunsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The Microsoft Azure subscription ID.
Returns:
getTaskRuns
public abstract TaskRunsClient getTaskRuns()
Gets the TaskRunsClient object to access its operations.
Returns:
getTasks
public abstract TasksClient getTasks()
Gets the TasksClient object to access its operations.
Returns: