Freigeben über


MapsIdentityType Struct

Definition

Values can be systemAssignedIdentity or userAssignedIdentity.

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

Constructors

Name Description
MapsIdentityType(String)

Initializes a new instance of MapsIdentityType.

Properties

Name Description
DelegatedResourceIdentity

delegatedResourceIdentity.

SystemAssignedIdentity

systemAssignedIdentity.

UserAssignedIdentity

userAssignedIdentity.

Methods

Name Description
Equals(MapsIdentityType)

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

Determines if two MapsIdentityType values are the same.

Implicit(String to MapsIdentityType)

Converts a String to a MapsIdentityType.

Inequality(MapsIdentityType, MapsIdentityType)

Determines if two MapsIdentityType values are not the same.

Applies to