Show / Hide Table of Contents

Class SpringCloudServiceConfigServerGitSettingRepository

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

Fields

View Source

HttpBasicAuth

A http_basic_auth block as defined below.

Declaration
public readonly SpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth HttpBasicAuth
Field Value
Type Description
SpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth
View Source

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

Name

A name to identify on the Git repository, required only if repos exists.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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

SshAuth

A ssh_auth block as defined below.

Declaration
public readonly SpringCloudServiceConfigServerGitSettingRepositorySshAuth SshAuth
Field Value
Type Description
SpringCloudServiceConfigServerGitSettingRepositorySshAuth
View Source

Uri

The URI of the Git repository that's 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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.