ContainerRegistryManagementClient Interface

public interface ContainerRegistryManagementClient

The interface for ContainerRegistryManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AgentPoolsClient getAgentPools()

Gets the AgentPoolsClient object to access its operations.

abstract CacheRulesClient getCacheRules()

Gets the CacheRulesClient object to access its operations.

abstract CredentialSetsClient getCredentialSets()

Gets the CredentialSetsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract RegistriesClient getRegistries()

Gets the RegistriesClient object to access its operations.

abstract ReplicationsClient getReplications()

Gets the ReplicationsClient object to access its operations.

abstract RunsClient getRuns()

Gets the RunsClient object to access its operations.

abstract ScopeMapsClient getScopeMaps()

Gets the ScopeMapsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract TaskRunsClient getTaskRuns()

Gets the TaskRunsClient object to access its operations.

abstract TasksClient getTasks()

Gets the TasksClient object to access its operations.

abstract TokensClient getTokens()

Gets the TokensClient object to access its operations.

abstract WebhooksClient getWebhooks()

Gets the WebhooksClient object to access its operations.

Method Details

getAgentPools

public abstract AgentPoolsClient getAgentPools()

Gets the AgentPoolsClient object to access its operations.

Returns:

the AgentPoolsClient object.

getCacheRules

public abstract CacheRulesClient getCacheRules()

Gets the CacheRulesClient object to access its operations.

Returns:

the CacheRulesClient object.

getCredentialSets

public abstract CredentialSetsClient getCredentialSets()

Gets the CredentialSetsClient object to access its operations.

Returns:

the CredentialSetsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getRegistries

public abstract RegistriesClient getRegistries()

Gets the RegistriesClient object to access its operations.

Returns:

the RegistriesClient object.

getReplications

public abstract ReplicationsClient getReplications()

Gets the ReplicationsClient object to access its operations.

Returns:

the ReplicationsClient object.

getRuns

public abstract RunsClient getRuns()

Gets the RunsClient object to access its operations.

Returns:

the RunsClient object.

getScopeMaps

public abstract ScopeMapsClient getScopeMaps()

Gets the ScopeMapsClient object to access its operations.

Returns:

the ScopeMapsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

getTaskRuns

public abstract TaskRunsClient getTaskRuns()

Gets the TaskRunsClient object to access its operations.

Returns:

the TaskRunsClient object.

getTasks

public abstract TasksClient getTasks()

Gets the TasksClient object to access its operations.

Returns:

the TasksClient object.

getTokens

public abstract TokensClient getTokens()

Gets the TokensClient object to access its operations.

Returns:

the TokensClient object.

getWebhooks

public abstract WebhooksClient getWebhooks()

Gets the WebhooksClient object to access its operations.

Returns:

the WebhooksClient object.

Applies to