Class SpringCloudServiceConfigServerGitSettingArgs
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.AppPlatform.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SpringCloudServiceConfigServerGitSettingArgs : ResourceArgs
Constructors
View SourceSpringCloudServiceConfigServerGitSettingArgs()
Declaration
public SpringCloudServiceConfigServerGitSettingArgs()
Properties
View SourceHttpBasicAuth
A http_basic_auth block as defined below.
Declaration
public Input<SpringCloudServiceConfigServerGitSettingHttpBasicAuthArgs> HttpBasicAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SpringCloudServiceConfigServerGitSettingHttpBasicAuthArgs> |
Label
The default label of the Git repository, should be the branch name, tag name, or commit-id of the repository.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Repositories
One or more repository blocks as defined below.
Declaration
public InputList<SpringCloudServiceConfigServerGitSettingRepositoryArgs> Repositories { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SpringCloudServiceConfigServerGitSettingRepositoryArgs> |
SearchPaths
An array of strings used to search subdirectories of the Git repository.
Declaration
public InputList<string> SearchPaths { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SshAuth
A ssh_auth block as defined below.
Declaration
public Input<SpringCloudServiceConfigServerGitSettingSshAuthArgs> SshAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SpringCloudServiceConfigServerGitSettingSshAuthArgs> |
Uri
The URI of the default Git repository used as the Config Server back end, should be started with http://, https://, git@, or ssh://.
Declaration
public Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |