LinuxProfilePropertiesSshPublicKeysItem Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.LinuxProfilePropertiesSshPublicKeysItemTypeConverter))]
public class LinuxProfilePropertiesSshPublicKeysItem : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.LinuxProfilePropertiesSshPublicKeysItemTypeConverter))>]
type LinuxProfilePropertiesSshPublicKeysItem = class
interface ILinuxProfilePropertiesSshPublicKeysItem
interface IJsonSerializable
Public Class LinuxProfilePropertiesSshPublicKeysItem
Implements ILinuxProfilePropertiesSshPublicKeysItem
- Inheritance
-
LinuxProfilePropertiesSshPublicKeysItem
- Attributes
- Implements
Constructors
LinuxProfilePropertiesSshPublicKeysItem() |
Creates an new LinuxProfilePropertiesSshPublicKeysItem instance. |
Properties
KeyData |
Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LinuxProfilePropertiesSshPublicKeysItem. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LinuxProfilePropertiesSshPublicKeysItem. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ILinuxProfilePropertiesSshPublicKeysItem. |
FromJsonString(String) |
Creates a new instance of LinuxProfilePropertiesSshPublicKeysItem, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LinuxProfilePropertiesSshPublicKeysItem into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |