Interface ContainerRegistryManagementClient
public interface ContainerRegistryManagementClient
The interface for ContainerRegistryManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AgentPoolsClient object to access its operations.Gets the CacheRulesClient object to access its operations.Gets the CredentialSetsClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the RegistriesClient object to access its operations.Gets the ReplicationsClient object to access its operations.getRuns()Gets the RunsClient object to access its operations.Gets the ScopeMapsClient object to access its operations.Gets The ID of the target subscription.Gets the TaskRunsClient object to access its operations.getTasks()Gets the TasksClient object to access its operations.Gets the TokensClient object to access its operations.Gets the WebhooksClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint 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.
-
getCacheRules
CacheRulesClient getCacheRules()Gets the CacheRulesClient object to access its operations.- Returns:
- the CacheRulesClient object.
-
getCredentialSets
CredentialSetsClient getCredentialSets()Gets the CredentialSetsClient object to access its operations.- Returns:
- the CredentialSetsClient object.
-
getRegistries
RegistriesClient getRegistries()Gets the RegistriesClient object to access its operations.- Returns:
- the RegistriesClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getReplications
ReplicationsClient getReplications()Gets the ReplicationsClient object to access its operations.- Returns:
- the ReplicationsClient object.
-
getScopeMaps
ScopeMapsClient getScopeMaps()Gets the ScopeMapsClient object to access its operations.- Returns:
- the ScopeMapsClient object.
-
getTokens
TokensClient getTokens()Gets the TokensClient object to access its operations.- Returns:
- the TokensClient object.
-
getWebhooks
WebhooksClient getWebhooks()Gets the WebhooksClient object to access its operations.- Returns:
- the WebhooksClient object.
-
getAgentPools
AgentPoolsClient getAgentPools()Gets the AgentPoolsClient object to access its operations.- Returns:
- the AgentPoolsClient object.
-
getRuns
RunsClient getRuns()Gets the RunsClient object to access its operations.- Returns:
- the RunsClient object.
-
getTaskRuns
TaskRunsClient getTaskRuns()Gets the TaskRunsClient object to access its operations.- Returns:
- the TaskRunsClient object.
-
getTasks
TasksClient getTasks()Gets the TasksClient object to access its operations.- Returns:
- the TasksClient object.
-