다음을 통해 공유


IConfigServerGitProperty.HostKeyAlgorithm Property

Definition

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 HostKeyAlgorithm { 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.HostKeyAlgorithm : string with get, set
Public Property HostKeyAlgorithm As String

Property Value

Attributes

Applies to