public class SshPublicKeyUpdateResource extends UpdateResource
| Constructor and Description |
|---|
SshPublicKeyUpdateResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
publicKey()
Get sSH public key used to authenticate to a virtual machine through ssh.
|
SshPublicKeyUpdateResource |
withPublicKey(String publicKey)
Set sSH public key used to authenticate to a virtual machine through ssh.
|
tags, withTagspublic String publicKey()
public SshPublicKeyUpdateResource withPublicKey(String publicKey)
publicKey - the publicKey value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/