Class PoolContainerConfigurationContainerRegistry
Inheritance
System.Object
PoolContainerConfigurationContainerRegistry
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolContainerConfigurationContainerRegistry
Fields
View SourcePassword
The password to log into the registry server. Changing this forces a new resource to be created.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
RegistryServer
The container registry URL. The default is "docker.io". Changing this forces a new resource to be created.
Declaration
public readonly string RegistryServer
Field Value
| Type | Description |
|---|---|
| System.String |
UserName
The user name to log into the registry server. Changing this forces a new resource to be created.
Declaration
public readonly string UserName
Field Value
| Type | Description |
|---|---|
| System.String |