IRegistry Interface

Definition

An immutable client-side representation of an Azure registry.

public interface IRegistry : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryManager,Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RegistryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IUpdate>
type IRegistry = interface
    interface IBeta
    interface IGroupableResource<IRegistryManager, RegistryInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IRegistryManager>
    interface IHasInner<RegistryInner>
    interface IRefreshable<IRegistry>
    interface IUpdatable<IUpdate>
Public Interface IRegistry
Implements IBeta, IGroupableResource(Of IRegistryManager, RegistryInner), IHasInner(Of RegistryInner), IHasManager(Of IRegistryManager), IRefreshable(Of IRegistry), IUpdatable(Of IUpdate)
Implements

Properties

AdminUserEnabled

Gets the value that indicates whether the admin user is enabled.

CreationDate

Gets the creation date of the container registry in ISO8601 format.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
LoginServerUrl

Gets the URL that can be used to log into the container registry.

Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Name

Gets the name of the resource

(Inherited from IHasName)
Region (Inherited from IResource)
RegionName (Inherited from IResource)
ResourceGroupName (Inherited from IHasResourceGroup)
Sku

Gets the SKU of the container registry.

StorageAccountId

Gets the ID of the storage account for the container registry; 'null' if container register SKU a managed tier.

StorageAccountName

Gets the name of the storage account for the container registry; 'null' if container register SKU a managed tier.

Tags (Inherited from IResource)
Type (Inherited from IResource)
Webhooks

Gets returns entry point to manage container registry webhooks.

Methods

GetBuildSourceUploadUrl()
GetBuildSourceUploadUrlAsync(CancellationToken)

Gets the upload location for the user to be able to upload the source asynchronously.

GetCredentials()
GetCredentialsAsync(CancellationToken)
ListQuotaUsages()

Lists the quota usages for the specified container registry.

ListQuotaUsagesAsync(CancellationToken)

Lists the quota usages for the specified container registry.

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RegenerateCredential(AccessKeyType)

Regenerates one of the login credentials for the specified container registry.

RegenerateCredentialAsync(AccessKeyType, CancellationToken)

Regenerates one of the login credentials for the specified container registry.

ScheduleRun()

Returns entry point to schedule a run.

Update() (Inherited from IUpdatable<T>)

Applies to