SshEncryptionType Struct
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.
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
Azure SDK for .NET