42 строки
2.1 KiB
YAML
42 строки
2.1 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.compute.SshConfiguration.publicKeys()
|
|
name: publicKeys()
|
|
nameWithType: SshConfiguration.publicKeys()
|
|
returns:
|
|
description: <p>the publicKeys value </p>
|
|
type: List<<xref href="com.microsoft.azure.management.compute.SshPublicKey?alt=com.microsoft.azure.management.compute.SshPublicKey&text=SshPublicKey" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Get the publicKeys value.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<SshPublicKey> publicKeys()
|
|
uid: com.microsoft.azure.management.compute.SshConfiguration.publicKeys()
|
|
- fullName: com.microsoft.azure.management.compute.SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
|
|
name: withPublicKeys(List<SshPublicKey> publicKeys)
|
|
nameWithType: SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
|
|
parameters:
|
|
- description: <p>the publicKeys value to set </p>
|
|
name: publicKeys
|
|
type: List<<xref href="com.microsoft.azure.management.compute.SshPublicKey?alt=com.microsoft.azure.management.compute.SshPublicKey&text=SshPublicKey" data-throw-if-not-resolved="False"/>>
|
|
returns:
|
|
description: <p>the SshConfiguration object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.SshConfiguration?alt=com.microsoft.azure.management.compute.SshConfiguration&text=SshConfiguration" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the publicKeys value.</p>
|
|
|
|
<p></p>
|
|
syntax: public SshConfiguration withPublicKeys(List<SshPublicKey> publicKeys)
|
|
uid: com.microsoft.azure.management.compute.SshConfiguration.withPublicKeys(List<SshPublicKey>)
|
|
nameWithType: SshConfiguration
|
|
syntax: public class SshConfiguration
|
|
type: class
|
|
uid: com.microsoft.azure.management.compute.SshConfiguration
|
|
fullName: com.microsoft.azure.management.compute.SshConfiguration
|
|
name: SshConfiguration
|
|
package: com.microsoft.azure.management.compute
|
|
summary: <p>SSH configuration for Linux based VMs running on Azure. </p>
|
|
metadata: {}
|