Class GetPoolContainerConfigurationContainerRegistryResult
Inheritance
System.Object
GetPoolContainerConfigurationContainerRegistryResult
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 GetPoolContainerConfigurationContainerRegistryResult
Fields
View SourcePassword
The password to log into the registry server.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
RegistryServer
The container registry URL. The default is "docker.io".
Declaration
public readonly string RegistryServer
Field Value
| Type | Description |
|---|---|
| System.String |
UserName
The user name to log into the registry server.
Declaration
public readonly string UserName
Field Value
| Type | Description |
|---|---|
| System.String |