@Beta(value=V1_1_0) public interface Registry extends GroupableResource<com.microsoft.azure.management.containerregistry.implementation.ContainerRegistryManager,com.microsoft.azure.management.containerregistry.implementation.RegistryInner>, Refreshable<Registry>, Updatable<Registry.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
Registry.Definition
Container interface for all the definitions related to a registry.
|
static interface |
Registry.DefinitionStages
Grouping of registry definition stages.
|
static interface |
Registry.Update
The template for an update operation, containing all the settings that can be modified.
|
static interface |
Registry.UpdateStages
Grouping of container service update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
boolean |
adminUserEnabled() |
org.joda.time.DateTime |
creationDate() |
SourceUploadDefinition |
getBuildSourceUploadUrl() |
rx.Observable<SourceUploadDefinition> |
getBuildSourceUploadUrlAsync()
Gets the upload location for the user to be able to upload the source asynchronously.
|
RegistryCredentials |
getCredentials() |
rx.Observable<RegistryCredentials> |
getCredentialsAsync() |
Collection<RegistryUsage> |
listQuotaUsages()
Lists the quota usages for the specified container registry.
|
rx.Observable<RegistryUsage> |
listQuotaUsagesAsync()
Lists the quota usages for the specified container registry.
|
String |
loginServerUrl() |
RegistryCredentials |
regenerateCredential(AccessKeyType accessKeyType)
Regenerates one of the login credentials for the specified container registry.
|
rx.Observable<RegistryCredentials> |
regenerateCredentialAsync(AccessKeyType accessKeyType)
Regenerates one of the login credentials for the specified container registry.
|
RegistryTaskRun.DefinitionStages.BlankFromRegistry |
scheduleRun() |
Sku |
sku() |
String |
storageAccountId() |
String |
storageAccountName() |
WebhookOperations |
webhooks() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
Sku sku()
String loginServerUrl()
org.joda.time.DateTime creationDate()
boolean adminUserEnabled()
String storageAccountName()
@Beta(value=V1_4_0) String storageAccountId()
@Beta(value=V1_4_0) RegistryCredentials getCredentials()
@Beta(value=V1_4_0) rx.Observable<RegistryCredentials> getCredentialsAsync()
@Beta(value=V1_4_0) RegistryCredentials regenerateCredential(AccessKeyType accessKeyType)
accessKeyType
- the admin user access key name to regenerate the value for@Beta(value=V1_4_0) rx.Observable<RegistryCredentials> regenerateCredentialAsync(AccessKeyType accessKeyType)
accessKeyType
- the admin user access key name to regenerate the value for@Beta(value=V1_4_0) Collection<RegistryUsage> listQuotaUsages()
@Beta(value=V1_4_0) rx.Observable<RegistryUsage> listQuotaUsagesAsync()
@Beta(value=V1_14_0) SourceUploadDefinition getBuildSourceUploadUrl()
@Beta(value=V1_14_0) rx.Observable<SourceUploadDefinition> getBuildSourceUploadUrlAsync()
WebhookOperations webhooks()
RegistryTaskRun.DefinitionStages.BlankFromRegistry scheduleRun()
Copyright © 2019. All rights reserved.