Show / Hide Table of Contents

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 Source

Password

The password to log into the registry server.

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

RegistryServer

The container registry URL. The default is "docker.io".

Declaration
public readonly string RegistryServer
Field Value
Type Description
System.String
View Source

UserName

The user name to log into the registry server.

Declaration
public readonly string UserName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.