RegistryUpdateParametersInner 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.
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
Azure SDK for .NET