Partilhar via


SshEncryptionType Struct

Definition

The encryption type of the SSH keys to be generated. See SshEncryptionTypes for possible set of values. If not provided, will default to RSA.

public readonly struct SshEncryptionType : IEquatable<Azure.ResourceManager.Compute.Models.SshEncryptionType>
type SshEncryptionType = struct
Public Structure SshEncryptionType
Implements IEquatable(Of SshEncryptionType)
Inheritance
SshEncryptionType
Implements

Constructors

SshEncryptionType(String)

Initializes a new instance of SshEncryptionType.

Properties

Ed25519

Ed25519.

RSA

RSA.

Methods

Equals(SshEncryptionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SshEncryptionType, SshEncryptionType)

Determines if two SshEncryptionType values are the same.

Implicit(String to SshEncryptionType)

Converts a string to a SshEncryptionType.

Inequality(SshEncryptionType, SshEncryptionType)

Determines if two SshEncryptionType values are not the same.

Applies to