Show / Hide Table of Contents

Class RegistryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RegistryArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class RegistryArgs : ResourceArgs

Constructors

View Source

RegistryArgs()

Declaration
public RegistryArgs()

Properties

View Source

AdminEnabled

Specifies whether the admin user is enabled. Defaults to false.

Declaration
public Input<bool> AdminEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
View Source

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>
View Source

NetworkRuleSet

A network_rule_set block as documented below.

Declaration
public Input<RegistryNetworkRuleSetArgs> NetworkRuleSet { get; set; }
Property Value
Type Description
Input<RegistryNetworkRuleSetArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.