Show / Hide Table of Contents

Class GroupImageRegistryCredentialGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupImageRegistryCredentialGetArgs
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.ContainerService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupImageRegistryCredentialGetArgs : ResourceArgs

Constructors

View Source

GroupImageRegistryCredentialGetArgs()

Declaration
public GroupImageRegistryCredentialGetArgs()

Properties

View Source

Password

The password with which to connect to the registry. 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

Server

The address to use to connect to the registry without protocol ("https"/"http"). For example: "myacr.acr.io". Changing this forces a new resource to be created.

Declaration
public Input<string> Server { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

The username with which to connect to the registry. 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.