azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

70 строки
2.9 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.SshPublicKey.keyData()
name: keyData()
nameWithType: SshPublicKey.keyData()
returns:
description: <p>the keyData value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the keyData value.</p>
<p></p>
syntax: public String keyData()
uid: com.microsoft.azure.management.compute.SshPublicKey.keyData()
- fullName: com.microsoft.azure.management.compute.SshPublicKey.path()
name: path()
nameWithType: SshPublicKey.path()
returns:
description: <p>the path value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the path value.</p>
<p></p>
syntax: public String path()
uid: com.microsoft.azure.management.compute.SshPublicKey.path()
- fullName: com.microsoft.azure.management.compute.SshPublicKey.withKeyData(String keyData)
name: withKeyData(String keyData)
nameWithType: SshPublicKey.withKeyData(String keyData)
parameters:
- description: <p>the keyData value to set </p>
name: keyData
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SshPublicKey object itself. </p>
type: <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>Set the keyData value.</p>
<p></p>
syntax: public SshPublicKey withKeyData(String keyData)
uid: com.microsoft.azure.management.compute.SshPublicKey.withKeyData(String)
- fullName: com.microsoft.azure.management.compute.SshPublicKey.withPath(String path)
name: withPath(String path)
nameWithType: SshPublicKey.withPath(String path)
parameters:
- description: <p>the path value to set </p>
name: path
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the SshPublicKey object itself. </p>
type: <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>Set the path value.</p>
<p></p>
syntax: public SshPublicKey withPath(String path)
uid: com.microsoft.azure.management.compute.SshPublicKey.withPath(String)
nameWithType: SshPublicKey
syntax: public class SshPublicKey
type: class
uid: com.microsoft.azure.management.compute.SshPublicKey
fullName: com.microsoft.azure.management.compute.SshPublicKey
name: SshPublicKey
package: com.microsoft.azure.management.compute
summary: <p>Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. </p>
metadata: {}