IdentityManagementType Struct

Definition

The IdentityManagementType.

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

Constructors

IdentityManagementType(String)

Initializes a new instance of IdentityManagementType.

Properties

Actor

Actor.

DelegatedResourceIdentity

DelegatedResourceIdentity.

NotSpecified

NotSpecified.

SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

Equals(IdentityManagementType)

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

Determines if two IdentityManagementType values are the same.

Implicit(String to IdentityManagementType)

Converts a string to a IdentityManagementType.

Inequality(IdentityManagementType, IdentityManagementType)

Determines if two IdentityManagementType values are not the same.

Applies to