DevCenterProjectCustomizationIdentityType Struct

Definition

Values can be systemAssignedIdentity or userAssignedIdentity.

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

Constructors

Name Description
DevCenterProjectCustomizationIdentityType(String)

Initializes a new instance of DevCenterProjectCustomizationIdentityType.

Properties

Name Description
SystemAssignedIdentity

System assigned identity type.

UserAssignedIdentity

User assigned identity type.

Methods

Name Description
Equals(DevCenterProjectCustomizationIdentityType)

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

Determines if two DevCenterProjectCustomizationIdentityType values are the same.

Implicit(String to DevCenterProjectCustomizationIdentityType)

Converts a string to a DevCenterProjectCustomizationIdentityType.

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

Determines if two DevCenterProjectCustomizationIdentityType values are not the same.

Applies to