BackupEncryptionAtRestType 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.
Encryption At Rest Type.
public readonly struct BackupEncryptionAtRestType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupEncryptionAtRestType>
type BackupEncryptionAtRestType = struct
Public Structure BackupEncryptionAtRestType
Implements IEquatable(Of BackupEncryptionAtRestType)
- Inheritance
-
BackupEncryptionAtRestType
- Implements
Constructors
BackupEncryptionAtRestType(String) |
Initializes a new instance of BackupEncryptionAtRestType. |
Properties
CustomerManaged |
CustomerManaged. |
Invalid |
Invalid. |
MicrosoftManaged |
MicrosoftManaged. |
Methods
Equals(BackupEncryptionAtRestType) |
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(BackupEncryptionAtRestType, BackupEncryptionAtRestType) |
Determines if two BackupEncryptionAtRestType values are the same. |
Implicit(String to BackupEncryptionAtRestType) |
Converts a string to a BackupEncryptionAtRestType. |
Inequality(BackupEncryptionAtRestType, BackupEncryptionAtRestType) |
Determines if two BackupEncryptionAtRestType values are not the same. |
Applies to
Azure SDK for .NET