Share via


Registry Class

Definition

An object that represents a container registry.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Registry : Microsoft.Azure.Management.ContainerRegistry.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Registry = class
    inherit Resource
Public Class Registry
Inherits Resource
Inheritance
Registry
Attributes

Constructors

Registry()

Initializes a new instance of the Registry class.

Registry(String, Sku, String, String, String, IDictionary<String, String>, SystemData, IdentityProperties, String, Nullable<DateTime>, String, Status, Nullable<Boolean>, NetworkRuleSet, Policies, EncryptionProperty, Nullable<Boolean>, IList<String>, IList<PrivateEndpointConnection>, String, String, String)

Initializes a new instance of the Registry class.

Properties

AdminUserEnabled

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

CreationDate

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

DataEndpointEnabled

Gets or sets enable a single data endpoint per region for serving data.

DataEndpointHostNames

Gets list of host names that will serve data when dataEndpointEnabled is true.

Encryption

Gets or sets the encryption settings of container registry.

Id

Gets the resource ID.

(Inherited from Resource)
Identity

Gets or sets the identity of the container registry.

Location

Gets or sets the location of the resource. This cannot be changed after the resource is created.

(Inherited from Resource)
LoginServer

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

Name

Gets the name of the resource.

(Inherited from Resource)
NetworkRuleBypassOptions

Gets or sets whether to allow trusted Azure services to access a network restricted registry. Possible values include: 'AzureServices', 'None'

NetworkRuleSet

Gets or sets the network rule set for a container registry.

Policies

Gets or sets the policies for a container registry.

PrivateEndpointConnections

Gets list of private endpoint connections for a container registry.

ProvisioningState

Gets the provisioning state of the container registry at the time the operation was called. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'

PublicNetworkAccess

Gets or sets whether or not public network access is allowed for the container registry. Possible values include: 'Enabled', 'Disabled'

Sku

Gets or sets the SKU of the container registry.

Status

Gets the status of the container registry at the time the operation was called.

SystemData

Gets metadata pertaining to creation and last modification of the resource.

(Inherited from Resource)
Tags

Gets or sets the tags of the resource.

(Inherited from Resource)
Type

Gets the type of the resource.

(Inherited from Resource)
ZoneRedundancy

Gets or sets whether or not zone redundancy is enabled for this container registry. Possible values include: 'Enabled', 'Disabled'

Methods

Validate()

Validate the object.

Applies to