Show / Hide Table of Contents

Class RepoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RepoArgs
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.AliCloud.CR
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RepoArgs : ResourceArgs

Constructors

View Source

RepoArgs()

Declaration
public RepoArgs()

Properties

View Source

Detail

The repository specific information. MarkDown format is supported, and the length limit is 2000.

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

Name

Name of container registry repository.

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

Namespace

Name of container registry namespace where repository is located.

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

RepoType

PUBLIC or PRIVATE, repo's visibility.

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

Summary

The repository general information. It can contain 1 to 80 characters.

Declaration
public Input<string> Summary { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.