Registry Interface
Implements
public interface Registry
extends GroupableResource<ContainerRegistryManager,RegistryInner>, Refreshable<Registry>, Updatable<Update>, SupportsListingPrivateLinkResource, SupportsListingPrivateEndpointConnection, SupportsUpdatingPrivateEndpointConnection
An immutable client-side representation of an Azure registry.
Method Summary
Method Details
adminUserEnabled
public abstract boolean adminUserEnabled()
Returns:
canAccessFromTrustedServices
public abstract boolean canAccessFromTrustedServices()
Returns:
creationDate
public abstract OffsetDateTime creationDate()
Returns:
dedicatedDataEndpointsHostNames
public abstract List
Returns:
getBuildSourceUploadUrl
public abstract SourceUploadDefinition getBuildSourceUploadUrl()
Returns:
getBuildSourceUploadUrlAsync
public abstract Mono
Gets the upload location for the user to be able to upload the source asynchronously.
Returns:
getCredentials
public abstract RegistryCredentials getCredentials()
Returns:
getCredentialsAsync
public abstract Mono
Returns:
isDedicatedDataEndpointsEnabled
public abstract boolean isDedicatedDataEndpointsEnabled()
Returns:
isZoneRedundancyEnabled
public abstract boolean isZoneRedundancyEnabled()
Returns:
listQuotaUsages
public abstract Collection
Lists the quota usages for the specified container registry.
Returns:
listQuotaUsagesAsync
public abstract PagedFlux
Lists the quota usages for the specified container registry.
Returns:
loginServerUrl
public abstract String loginServerUrl()
Returns:
networkRuleSet
public abstract NetworkRuleSet networkRuleSet()
Returns:
publicNetworkAccess
public abstract PublicNetworkAccess publicNetworkAccess()
Returns:
regenerateCredential
public abstract RegistryCredentials regenerateCredential(AccessKeyType accessKeyType)
Regenerates one of the login credentials for the specified container registry.
Parameters:
Returns:
regenerateCredentialAsync
public abstract Mono
Regenerates one of the login credentials for the specified container registry.
Parameters:
Returns:
scheduleRun
public abstract RegistryTaskRun.DefinitionStages.BlankFromRegistry scheduleRun()
Begins the definition of the task run.
Returns:
sku
public abstract Sku sku()
Returns:
webhooks
public abstract WebhookOperations webhooks()
Returns:
Applies to
Azure SDK for Java