Class SpringCloudServiceConfigServerGitSetting
Inheritance
System.Object
SpringCloudServiceConfigServerGitSetting
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SpringCloudServiceConfigServerGitSetting
Fields
View SourceHttpBasicAuth
A http_basic_auth block as defined below.
Declaration
public readonly SpringCloudServiceConfigServerGitSettingHttpBasicAuth HttpBasicAuth
Field Value
| Type | Description |
|---|---|
| SpringCloudServiceConfigServerGitSettingHttpBasicAuth |
Label
The default label of the Git repository, should be the branch name, tag name, or commit-id of the repository.
Declaration
public readonly string Label
Field Value
| Type | Description |
|---|---|
| System.String |
Repositories
One or more repository blocks as defined below.
Declaration
public readonly ImmutableArray<SpringCloudServiceConfigServerGitSettingRepository> Repositories
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<SpringCloudServiceConfigServerGitSettingRepository> |
SearchPaths
An array of strings used to search subdirectories of the Git repository.
Declaration
public readonly ImmutableArray<string> SearchPaths
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SshAuth
A ssh_auth block as defined below.
Declaration
public readonly SpringCloudServiceConfigServerGitSettingSshAuth SshAuth
Field Value
| Type | Description |
|---|---|
| SpringCloudServiceConfigServerGitSettingSshAuth |
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 readonly string Uri
Field Value
| Type | Description |
|---|---|
| System.String |