IConfigServerResource.GitPropertyPrivateKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Private sshKey algorithm of git repository.
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Private sshKey algorithm of git repository.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="privateKey")]
public string GitPropertyPrivateKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Private sshKey algorithm of git repository.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="privateKey")>]
member this.GitPropertyPrivateKey : string with get, set
Public Property GitPropertyPrivateKey As String
Property Value
- Attributes