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
| Name | Description |
|---|---|
| BackupEncryptionAtRestType(String) |
Initializes a new instance of BackupEncryptionAtRestType. |
Properties
| Name | Description |
|---|---|
| CustomerManaged |
CustomerManaged. |
| Invalid |
Invalid. |
| MicrosoftManaged |
MicrosoftManaged. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |