Class RepositoryFileArgs
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.Github
Assembly: Pulumi.Github.dll
Syntax
public sealed class RepositoryFileArgs : ResourceArgs
Constructors
View SourceRepositoryFileArgs()
Declaration
public RepositoryFileArgs()
Properties
View SourceBranch
Git branch (defaults to master).
The branch must already exist, it will not be created if it does not already exist.
Declaration
public Input<string> Branch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CommitAuthor
Committer author name to use.
Declaration
public Input<string> CommitAuthor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CommitEmail
Committer email address to use.
Declaration
public Input<string> CommitEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CommitMessage
Commit message when adding or updating the managed file.
Declaration
public Input<string> CommitMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Content
The file content.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
File
The path of the file to manage.
Declaration
public Input<string> File { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Repository
The repository name
Declaration
public Input<string> Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |