Interface ContainerRegistryManagementClient
public interface ContainerRegistryManagementClient
The interface for ContainerRegistryManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Version parameter.Gets the CacheRulesClient object to access its operations.Gets the ConnectedRegistriesClient object to access its operations.Gets the CredentialSetsClient object to access its operations.Gets The default poll interval for long-running operation.Gets Service host.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.Gets the ScopeMapsClient object to access its operations.Gets The ID of the target subscription.Gets the TokensClient object to access its operations.Gets the WebhooksClient object to access its operations.
-
Method Details
-
getEndpoint
-
getApiVersion
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId 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.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getRegistries
RegistriesClient getRegistries()Gets the RegistriesClient object to access its operations.- Returns:
- the RegistriesClient object.
-
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.
-
getConnectedRegistries
ConnectedRegistriesClient getConnectedRegistries()Gets the ConnectedRegistriesClient object to access its operations.- Returns:
- the ConnectedRegistriesClient 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.
-