Registry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
Registry() |
Initializes a new instance of the Registry class. |
Registry(String, Sku, String, String, String, IDictionary<String,String>, String, Nullable<DateTime>, String, Status, Nullable<Boolean>, StorageAccountProperties, NetworkRuleSet, Policies) |
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. |
Id |
Gets the resource ID. (Inherited from Resource) |
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) |
NetworkRuleSet |
Gets or sets the network rule set for a container registry. |
Policies |
Gets or sets the policies 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' |
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. |
StorageAccount |
Gets or sets the properties of the storage account for the container registry. Only applicable to Classic SKU. |
Tags |
Gets or sets the tags of the resource. (Inherited from Resource) |
Type |
Gets the type of the resource. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |