Class RegistryState
Inherited Members
Namespace: Pulumi.Azure.ContainerService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class RegistryState : ResourceArgs
Constructors
View SourceRegistryState()
Declaration
public RegistryState()
Properties
View SourceAdminEnabled
Specifies whether the admin user is enabled. Defaults to false.
Declaration
public Input<bool> AdminEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AdminPassword
The Password associated with the Container Registry Admin account - if the admin account is enabled.
Declaration
public Input<string> AdminPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AdminUsername
The Username associated with the Container Registry Admin account - if the admin account is enabled.
Declaration
public Input<string> AdminUsername { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GeoreplicationLocations
A list of Azure locations where the container registry should be geo-replicated.
Declaration
public InputList<string> GeoreplicationLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LoginServer
The URL that can be used to log into the container registry.
Declaration
public Input<string> LoginServer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Container Registry. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkRuleSet
A network_rule_set block as documented below.
Declaration
public Input<RegistryNetworkRuleSetGetArgs> NetworkRuleSet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RegistryNetworkRuleSetGetArgs> |
ResourceGroupName
The name of the resource group in which to create the Container Registry. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
The SKU name of the container registry. Possible values are Basic, Standard and Premium. Classic (which was previously Basic) is supported only for existing resources.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountId
The ID of a Storage Account which must be located in the same Azure Region as the Container Registry.
Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |