Class GroupImageRegistryCredentialArgs
Inherited Members
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupImageRegistryCredentialArgs : ResourceArgs
Constructors
View SourceGroupImageRegistryCredentialArgs()
Declaration
public GroupImageRegistryCredentialArgs()
Properties
View SourcePassword
The password with which to connect to the registry. Changing this forces a new resource to be created.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Server
The address to use to connect to the registry without protocol ("https"/"http"). For example: "myacr.acr.io". Changing this forces a new resource to be created.
Declaration
public Input<string> Server { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
The username with which to connect to the registry. Changing this forces a new resource to be created.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |