IConfigServerResource.GitPropertyHostKeyAlgorithm 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.
SshKey algorithm of git repository.
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="SshKey algorithm of git repository.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostKeyAlgorithm", Update=true)]
public string GitPropertyHostKeyAlgorithm { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="SshKey algorithm of git repository.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostKeyAlgorithm", Update=true)>]
member this.GitPropertyHostKeyAlgorithm : string with get, set
Public Property GitPropertyHostKeyAlgorithm As String
Property Value
- Attributes