Share via


BackupEncryptionAtRestType Struct

Definition

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