Class SpringCloudServiceConfigServerGitSettingRepositoryArgs
Inheritance
System.Object
SpringCloudServiceConfigServerGitSettingRepositoryArgs
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 SpringCloudServiceConfigServerGitSettingRepositoryArgs : ResourceArgs
Constructors
View SourceSpringCloudServiceConfigServerGitSettingRepositoryArgs()
Declaration
public SpringCloudServiceConfigServerGitSettingRepositoryArgs()
Properties
View SourceHttpBasicAuth
A http_basic_auth block as defined below.
Declaration
public Input<SpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuthArgs> HttpBasicAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuthArgs> |
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> |
Name
A name to identify on the Git repository, required only if repos exists.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputList<string> Patterns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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<SpringCloudServiceConfigServerGitSettingRepositorySshAuthArgs> SshAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SpringCloudServiceConfigServerGitSettingRepositorySshAuthArgs> |
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 Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |