Class GetSpringCloudServiceConfigServerGitSettingRepositoryResult
Inheritance
System.Object
GetSpringCloudServiceConfigServerGitSettingRepositoryResult
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 GetSpringCloudServiceConfigServerGitSettingRepositoryResult
Fields
View SourceHttpBasicAuths
A http_basic_auth block as defined below.
Declaration
public readonly ImmutableArray<GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuthResult> HttpBasicAuths
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuthResult> |
Label
The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
Declaration
public readonly string Label
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies The name of the Spring Cloud Service resource.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Patterns
An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.
Declaration
public readonly ImmutableArray<string> Patterns
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
SshAuths
A ssh_auth block as defined below.
Declaration
public readonly ImmutableArray<GetSpringCloudServiceConfigServerGitSettingRepositorySshAuthResult> SshAuths
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSpringCloudServiceConfigServerGitSettingRepositorySshAuthResult> |
Uri
The URI of the Git repository
Declaration
public readonly string Uri
Field Value
| Type | Description |
|---|---|
| System.String |