276 строки
20 KiB
YAML
276 строки
20 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty"
|
|
name: "ConfigServerGitProperty"
|
|
nameWithType: "ConfigServerGitProperty"
|
|
summary: "Property of git."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ConfigServerGitProperty**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.ConfigServerGitProperty()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.ConfigServerGitProperty()"
|
|
name: "ConfigServerGitProperty()"
|
|
nameWithType: "ConfigServerGitProperty.ConfigServerGitProperty()"
|
|
syntax: "public ConfigServerGitProperty()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.hostKey()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.hostKey()"
|
|
name: "hostKey()"
|
|
nameWithType: "ConfigServerGitProperty.hostKey()"
|
|
summary: "Get public ssh<wbr>Key of git repository."
|
|
syntax: "public String hostKey()"
|
|
desc: "Get public sshKey of git repository."
|
|
returns:
|
|
description: "the hostKey value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.hostKeyAlgorithm()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.hostKeyAlgorithm()"
|
|
name: "hostKeyAlgorithm()"
|
|
nameWithType: "ConfigServerGitProperty.hostKeyAlgorithm()"
|
|
summary: "Get ssh<wbr>Key algorithm of git repository."
|
|
syntax: "public String hostKeyAlgorithm()"
|
|
desc: "Get sshKey algorithm of git repository."
|
|
returns:
|
|
description: "the hostKeyAlgorithm value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.label()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.label()"
|
|
name: "label()"
|
|
nameWithType: "ConfigServerGitProperty.label()"
|
|
summary: "Get label of the repository."
|
|
syntax: "public String label()"
|
|
desc: "Get label of the repository."
|
|
returns:
|
|
description: "the label value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.password()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.password()"
|
|
name: "password()"
|
|
nameWithType: "ConfigServerGitProperty.password()"
|
|
summary: "Get password of git repository basic auth."
|
|
syntax: "public String password()"
|
|
desc: "Get password of git repository basic auth."
|
|
returns:
|
|
description: "the password value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.privateKey()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.privateKey()"
|
|
name: "privateKey()"
|
|
nameWithType: "ConfigServerGitProperty.privateKey()"
|
|
summary: "Get private ssh<wbr>Key algorithm of git repository."
|
|
syntax: "public String privateKey()"
|
|
desc: "Get private sshKey algorithm of git repository."
|
|
returns:
|
|
description: "the privateKey value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.repositories()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.repositories()"
|
|
name: "repositories()"
|
|
nameWithType: "ConfigServerGitProperty.repositories()"
|
|
summary: "Get repositories of git."
|
|
syntax: "public List<GitPatternRepository> repositories()"
|
|
desc: "Get repositories of git."
|
|
returns:
|
|
description: "the repositories value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.GitPatternRepository?alt=com.microsoft.azure.management.appplatform.v2020_07_01.GitPatternRepository&text=GitPatternRepository\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.searchPaths()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.searchPaths()"
|
|
name: "searchPaths()"
|
|
nameWithType: "ConfigServerGitProperty.searchPaths()"
|
|
summary: "Get searching path of the repository."
|
|
syntax: "public List<String> searchPaths()"
|
|
desc: "Get searching path of the repository."
|
|
returns:
|
|
description: "the searchPaths value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.strictHostKeyChecking()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.strictHostKeyChecking()"
|
|
name: "strictHostKeyChecking()"
|
|
nameWithType: "ConfigServerGitProperty.strictHostKeyChecking()"
|
|
summary: "Get strict host key checking or not."
|
|
syntax: "public Boolean strictHostKeyChecking()"
|
|
desc: "Get strict host key checking or not."
|
|
returns:
|
|
description: "the strictHostKeyChecking value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.uri()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.uri()"
|
|
name: "uri()"
|
|
nameWithType: "ConfigServerGitProperty.uri()"
|
|
summary: "Get uRI of the repository."
|
|
syntax: "public String uri()"
|
|
desc: "Get uRI of the repository."
|
|
returns:
|
|
description: "the uri value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.username()"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.username()"
|
|
name: "username()"
|
|
nameWithType: "ConfigServerGitProperty.username()"
|
|
summary: "Get username of git repository basic auth."
|
|
syntax: "public String username()"
|
|
desc: "Get username of git repository basic auth."
|
|
returns:
|
|
description: "the username value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withHostKey(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withHostKey(String hostKey)"
|
|
name: "withHostKey(String hostKey)"
|
|
nameWithType: "ConfigServerGitProperty.withHostKey(String hostKey)"
|
|
summary: "Set public ssh<wbr>Key of git repository."
|
|
parameters:
|
|
- description: "the hostKey value to set"
|
|
name: "hostKey"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withHostKey(String hostKey)"
|
|
desc: "Set public sshKey of git repository."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withHostKeyAlgorithm(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withHostKeyAlgorithm(String hostKeyAlgorithm)"
|
|
name: "withHostKeyAlgorithm(String hostKeyAlgorithm)"
|
|
nameWithType: "ConfigServerGitProperty.withHostKeyAlgorithm(String hostKeyAlgorithm)"
|
|
summary: "Set ssh<wbr>Key algorithm of git repository."
|
|
parameters:
|
|
- description: "the hostKeyAlgorithm value to set"
|
|
name: "hostKeyAlgorithm"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withHostKeyAlgorithm(String hostKeyAlgorithm)"
|
|
desc: "Set sshKey algorithm of git repository."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withLabel(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withLabel(String label)"
|
|
name: "withLabel(String label)"
|
|
nameWithType: "ConfigServerGitProperty.withLabel(String label)"
|
|
summary: "Set label of the repository."
|
|
parameters:
|
|
- description: "the label value to set"
|
|
name: "label"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withLabel(String label)"
|
|
desc: "Set label of the repository."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withPassword(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withPassword(String password)"
|
|
name: "withPassword(String password)"
|
|
nameWithType: "ConfigServerGitProperty.withPassword(String password)"
|
|
summary: "Set password of git repository basic auth."
|
|
parameters:
|
|
- description: "the password value to set"
|
|
name: "password"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withPassword(String password)"
|
|
desc: "Set password of git repository basic auth."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withPrivateKey(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withPrivateKey(String privateKey)"
|
|
name: "withPrivateKey(String privateKey)"
|
|
nameWithType: "ConfigServerGitProperty.withPrivateKey(String privateKey)"
|
|
summary: "Set private ssh<wbr>Key algorithm of git repository."
|
|
parameters:
|
|
- description: "the privateKey value to set"
|
|
name: "privateKey"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withPrivateKey(String privateKey)"
|
|
desc: "Set private sshKey algorithm of git repository."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withRepositories(java.util.List<com.microsoft.azure.management.appplatform.v2020_07_01.GitPatternRepository>)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withRepositories(List<GitPatternRepository> repositories)"
|
|
name: "withRepositories(List<GitPatternRepository> repositories)"
|
|
nameWithType: "ConfigServerGitProperty.withRepositories(List<GitPatternRepository> repositories)"
|
|
summary: "Set repositories of git."
|
|
parameters:
|
|
- description: "the repositories value to set"
|
|
name: "repositories"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.GitPatternRepository?alt=com.microsoft.azure.management.appplatform.v2020_07_01.GitPatternRepository&text=GitPatternRepository\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ConfigServerGitProperty withRepositories(List<GitPatternRepository> repositories)"
|
|
desc: "Set repositories of git."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withSearchPaths(java.util.List<java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withSearchPaths(List<String> searchPaths)"
|
|
name: "withSearchPaths(List<String> searchPaths)"
|
|
nameWithType: "ConfigServerGitProperty.withSearchPaths(List<String> searchPaths)"
|
|
summary: "Set searching path of the repository."
|
|
parameters:
|
|
- description: "the searchPaths value to set"
|
|
name: "searchPaths"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ConfigServerGitProperty withSearchPaths(List<String> searchPaths)"
|
|
desc: "Set searching path of the repository."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withStrictHostKeyChecking(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withStrictHostKeyChecking(Boolean strictHostKeyChecking)"
|
|
name: "withStrictHostKeyChecking(Boolean strictHostKeyChecking)"
|
|
nameWithType: "ConfigServerGitProperty.withStrictHostKeyChecking(Boolean strictHostKeyChecking)"
|
|
summary: "Set strict host key checking or not."
|
|
parameters:
|
|
- description: "the strictHostKeyChecking value to set"
|
|
name: "strictHostKeyChecking"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withStrictHostKeyChecking(Boolean strictHostKeyChecking)"
|
|
desc: "Set strict host key checking or not."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withUri(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withUri(String uri)"
|
|
name: "withUri(String uri)"
|
|
nameWithType: "ConfigServerGitProperty.withUri(String uri)"
|
|
summary: "Set uRI of the repository."
|
|
parameters:
|
|
- description: "the uri value to set"
|
|
name: "uri"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withUri(String uri)"
|
|
desc: "Set uRI of the repository."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withUsername(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty.withUsername(String username)"
|
|
name: "withUsername(String username)"
|
|
nameWithType: "ConfigServerGitProperty.withUsername(String username)"
|
|
summary: "Set username of git repository basic auth."
|
|
parameters:
|
|
- description: "the username value to set"
|
|
name: "username"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ConfigServerGitProperty withUsername(String username)"
|
|
desc: "Set username of git repository basic auth."
|
|
returns:
|
|
description: "the ConfigServerGitProperty object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty?alt=com.microsoft.azure.management.appplatform.v2020_07_01.ConfigServerGitProperty&text=ConfigServerGitProperty\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Property of git."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.appplatform.v2020_07_01"
|
|
artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta
|