IMachine.ClientPublicKey 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.
Public Key that the client provides to be used during initial resource onboarding
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Public Key that the client provides to be used during initial resource onboarding", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clientPublicKey", Update=true)]
public string ClientPublicKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="Public Key that the client provides to be used during initial resource onboarding", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clientPublicKey", Update=true)>]
member this.ClientPublicKey : string with get, set
Public Property ClientPublicKey As String
Property Value
- Attributes