MapsIdentityType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MapsIdentityType(String) |
Initializes a new instance of MapsIdentityType. |
Properties
DelegatedResourceIdentity |
delegatedResourceIdentity. |
SystemAssignedIdentity |
systemAssignedIdentity. |
UserAssignedIdentity |
userAssignedIdentity. |
Methods
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
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. |