Show / Hide Table of Contents

Class PoolContainerConfigurationContainerRegistryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PoolContainerConfigurationContainerRegistryArgs
Inherited Members
ResourceArgs.Empty
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 Source

PoolContainerConfigurationContainerRegistryArgs()

Declaration
public PoolContainerConfigurationContainerRegistryArgs()

Properties

View Source

Password

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

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

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