共用方式為


StorageSshPublicKey.Key Property

Definition

Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB.

public Azure.Provisioning.BicepValue<string> Key { get; set; }
member this.Key : Azure.Provisioning.BicepValue<string> with get, set
Public Property Key As BicepValue(Of String)

Property Value

Applies to