Class AppServiceSourceControlGetArgs
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.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AppServiceSourceControlGetArgs : ResourceArgs
Constructors
View SourceAppServiceSourceControlGetArgs()
Declaration
public AppServiceSourceControlGetArgs()
Properties
View SourceBranch
Branch name of the Git repository for this App Service.
Declaration
public Input<string> Branch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RepoUrl
URL of the Git repository for this App Service.
Declaration
public Input<string> RepoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |