ContainerServiceSshPublicKey Class

Definition

Contains information about SSH certificate public key data.

public class ContainerServiceSshPublicKey
type ContainerServiceSshPublicKey = class
Public Class ContainerServiceSshPublicKey
Inheritance
ContainerServiceSshPublicKey

Constructors

ContainerServiceSshPublicKey()

Initializes a new instance of the ContainerServiceSshPublicKey class.

ContainerServiceSshPublicKey(String)

Initializes a new instance of the ContainerServiceSshPublicKey class.

Properties

KeyData

Gets or sets certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.

Methods

Validate()

Validate the object.

Applies to