SiteRecoveryVmEncryptionType 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 VM.
public readonly struct SiteRecoveryVmEncryptionType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVmEncryptionType>
type SiteRecoveryVmEncryptionType = struct
Public Structure SiteRecoveryVmEncryptionType
Implements IEquatable(Of SiteRecoveryVmEncryptionType)
- Inheritance
-
SiteRecoveryVmEncryptionType
- Implements
Constructors
SiteRecoveryVmEncryptionType(String) |
Initializes a new instance of SiteRecoveryVmEncryptionType. |
Properties
NotEncrypted |
NotEncrypted. |
OnePassEncrypted |
OnePassEncrypted. |
TwoPassEncrypted |
TwoPassEncrypted. |
Methods
Equals(SiteRecoveryVmEncryptionType) |
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(SiteRecoveryVmEncryptionType, SiteRecoveryVmEncryptionType) |
Determines if two SiteRecoveryVmEncryptionType values are the same. |
Implicit(String to SiteRecoveryVmEncryptionType) |
Converts a string to a SiteRecoveryVmEncryptionType. |
Inequality(SiteRecoveryVmEncryptionType, SiteRecoveryVmEncryptionType) |
Determines if two SiteRecoveryVmEncryptionType values are not the same. |
Applies to
Azure SDK for .NET