MapsIdentityType Struct

Definition

The type of identity to use.

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

Delegated identity.

SystemAssignedIdentity

System assigned identity.

UserAssignedIdentity

User assigned identity.

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.

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

Determines if two MapsIdentityType values are not the same.

Applies to