DevCenterKeyEncryptionKeyIdentityType Struct

Definition

The type of identity to use.

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

Constructors

Name Description
DevCenterKeyEncryptionKeyIdentityType(String)

Initializes a new instance of DevCenterKeyEncryptionKeyIdentityType.

Properties

Name Description
DelegatedResourceIdentity

Delegated identity.

SystemAssignedIdentity

System assigned identity.

UserAssignedIdentity

User assigned identity.

Methods

Name Description
Equals(DevCenterKeyEncryptionKeyIdentityType)

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

Determines if two DevCenterKeyEncryptionKeyIdentityType values are the same.

Implicit(String to DevCenterKeyEncryptionKeyIdentityType)

Converts a string to a DevCenterKeyEncryptionKeyIdentityType.

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

Determines if two DevCenterKeyEncryptionKeyIdentityType values are not the same.

Applies to