Megosztás a következőn keresztül:


ManagedServiceIdentityType Struct

Definition

Type of the managed identity.

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

Constructors

ManagedServiceIdentityType(String)

Initializes a new instance of ManagedServiceIdentityType.

Properties

None

None.

SystemAssigned

SystemAssigned.

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