Show / Hide Table of Contents

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 Source

Password

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.