Show / Hide Table of Contents

Class GetSpringCloudServiceConfigServerGitSettingResult

Inheritance
System.Object
GetSpringCloudServiceConfigServerGitSettingResult
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 GetSpringCloudServiceConfigServerGitSettingResult

Fields

View Source

HttpBasicAuths

A http_basic_auth block as defined below.

Declaration
public readonly ImmutableArray<GetSpringCloudServiceConfigServerGitSettingHttpBasicAuthResult> HttpBasicAuths
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSpringCloudServiceConfigServerGitSettingHttpBasicAuthResult>
View Source

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
View Source

Repositories

One or more repository blocks as defined below.

Declaration
public readonly ImmutableArray<GetSpringCloudServiceConfigServerGitSettingRepositoryResult> Repositories
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSpringCloudServiceConfigServerGitSettingRepositoryResult>
View Source

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>
View Source

SshAuths

A ssh_auth block as defined below.

Declaration
public readonly ImmutableArray<GetSpringCloudServiceConfigServerGitSettingSshAuthResult> SshAuths
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSpringCloudServiceConfigServerGitSettingSshAuthResult>
View Source

Uri

The URI of the Git repository

Declaration
public readonly string Uri
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.