Condividi tramite


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

Name Description
BackupVaultCmkKekIdentityType(String)

Initializes a new instance of BackupVaultCmkKekIdentityType.

Properties

Name Description
SystemAssigned

Gets the SystemAssigned.

UserAssigned

Gets the UserAssigned.

Methods

Name Description
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

Name Description
Equality(BackupVaultCmkKekIdentityType, BackupVaultCmkKekIdentityType)

Determines if two BackupVaultCmkKekIdentityType values are the same.

Implicit(String to BackupVaultCmkKekIdentityType)

Converts a string to a BackupVaultCmkKekIdentityType.

Implicit(String to Nullable<BackupVaultCmkKekIdentityType>)
Inequality(BackupVaultCmkKekIdentityType, BackupVaultCmkKekIdentityType)

Determines if two BackupVaultCmkKekIdentityType values are not the same.

Applies to