ManagedServiceIdentityType Struct

Definition

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))]
public readonly struct ManagedServiceIdentityType : IEquatable<Azure.ResourceManager.Models.ManagedServiceIdentityType>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))>]
type ManagedServiceIdentityType = struct
Public Structure ManagedServiceIdentityType
Implements IEquatable(Of ManagedServiceIdentityType)
Inheritance
ManagedServiceIdentityType
Attributes
Implements

Constructors

ManagedServiceIdentityType(String)

Initializes a new instance of ManagedServiceIdentityType.

Properties

None

None.

SystemAssigned

SystemAssigned.

SystemAssignedUserAssigned

SystemAssigned, UserAssigned.

UserAssigned

UserAssigned.

Methods

Equals(ManagedServiceIdentityType)

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

Determines if two ManagedServiceIdentityType values are the same.

Implicit(String to ManagedServiceIdentityType)

Converts a string to a ManagedServiceIdentityType.

Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Determines if two ManagedServiceIdentityType values are not the same.

Applies to