ContainerRegistryManagementClient Interface
public interface ContainerRegistryManagementClient
The interface for ContainerRegistryManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Agent |
getAgentPools()
Gets the Agent |
abstract
Cache |
getCacheRules()
Gets the Cache |
abstract
Credential |
getCredentialSets()
Gets the Credential |
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
Operations |
getOperations()
Gets the Operations |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Registries |
getRegistries()
Gets the Registries |
abstract
Replications |
getReplications()
Gets the Replications |
abstract
Runs |
getRuns()
Gets the Runs |
abstract
Scope |
getScopeMaps()
Gets the Scope |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
abstract
Task |
getTaskRuns()
Gets the Task |
abstract
Tasks |
getTasks()
Gets the Tasks |
abstract
Tokens |
getTokens()
Gets the Tokens |
abstract
Webhooks |
getWebhooks()
Gets the Webhooks |
Method Details
getAgentPools
public abstract AgentPoolsClient getAgentPools()
Gets the AgentPoolsClient object to access its operations.
Returns:
getCacheRules
public abstract CacheRulesClient getCacheRules()
Gets the CacheRulesClient object to access its operations.
Returns:
getCredentialSets
public abstract CredentialSetsClient getCredentialSets()
Gets the CredentialSetsClient object to access its operations.
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:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getRegistries
public abstract RegistriesClient getRegistries()
Gets the RegistriesClient object to access its operations.
Returns:
getReplications
public abstract ReplicationsClient getReplications()
Gets the ReplicationsClient object to access its operations.
Returns:
getRuns
public abstract RunsClient getRuns()
Gets the RunsClient object to access its operations.
Returns:
getScopeMaps
public abstract ScopeMapsClient getScopeMaps()
Gets the ScopeMapsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
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:
getTokens
public abstract TokensClient getTokens()
Gets the TokensClient object to access its operations.
Returns:
getWebhooks
public abstract WebhooksClient getWebhooks()
Gets the WebhooksClient object to access its operations.
Returns:
Applies to
Azure SDK for Java