Dela via


RegistryUpdateParametersInner Class

Definition

The parameters for updating a container registry.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RegistryUpdateParametersInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RegistryUpdateParametersInner = class
Public Class RegistryUpdateParametersInner
Inheritance
RegistryUpdateParametersInner
Attributes

Constructors

RegistryUpdateParametersInner()

Initializes a new instance of the RegistryUpdateParametersInner class.

RegistryUpdateParametersInner(IDictionary<String,String>, Sku, Nullable<Boolean>, StorageAccountProperties)

Initializes a new instance of the RegistryUpdateParametersInner class.

Properties

AdminUserEnabled

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

Sku

Gets or sets the SKU of the container registry.

StorageAccount

Gets or sets the parameters of a storage account for the container registry. Only applicable to Classic SKU. If specified, the storage account must be in the same physical location as the container registry.

Tags

Gets or sets the tags for the container registry.

Methods

Validate()

Validate the object.

Applies to