Class PoolContainerConfigurationContainerRegistryArgs
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.Batch.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolContainerConfigurationContainerRegistryArgs : ResourceArgs
Constructors
View SourcePoolContainerConfigurationContainerRegistryArgs()
Declaration
public PoolContainerConfigurationContainerRegistryArgs()
Properties
View SourcePassword
The password to log into the registry server. Changing this forces a new resource to be created.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RegistryServer
The container registry URL. The default is "docker.io". Changing this forces a new resource to be created.
Declaration
public Input<string> RegistryServer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserName
The user name to log into the registry server. Changing this forces a new resource to be created.
Declaration
public Input<string> UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |