RegistryInner 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 RegistryInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RegistryInner = class
inherit Resource
Public Class RegistryInner
Inherits Resource
- Inheritance
- Attributes
Constructors
RegistryInner() |
Initializes a new instance of the RegistryInner class. |
RegistryInner(Sku, String, String, String, String, IDictionary<String, String>, String, Nullable<DateTime>, String, Status, Nullable<Boolean>, StorageAccountProperties) |
Initializes a new instance of the RegistryInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
LoginServer |
Gets the URL that can be used to log into the container registry. |
Name |
Resource name (Inherited from ProxyResource) |
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 |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |