Sdílet prostřednictvím


BackupVaultCmkKekIdentityType Struct

Definition

The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.

public readonly struct BackupVaultCmkKekIdentityType : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultCmkKekIdentityType>
type BackupVaultCmkKekIdentityType = struct
Public Structure BackupVaultCmkKekIdentityType
Implements IEquatable(Of BackupVaultCmkKekIdentityType)
Inheritance
BackupVaultCmkKekIdentityType
Implements

Constructors

BackupVaultCmkKekIdentityType(String)

Initializes a new instance of BackupVaultCmkKekIdentityType.

Properties

SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

Equals(BackupVaultCmkKekIdentityType)

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(BackupVaultCmkKekIdentityType, BackupVaultCmkKekIdentityType)

Determines if two BackupVaultCmkKekIdentityType values are the same.

Implicit(String to BackupVaultCmkKekIdentityType)

Converts a string to a BackupVaultCmkKekIdentityType.

Inequality(BackupVaultCmkKekIdentityType, BackupVaultCmkKekIdentityType)

Determines if two BackupVaultCmkKekIdentityType values are not the same.

Applies to