Delen via


HciManagedServiceIdentityType Struct

Definition

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

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

Constructors

HciManagedServiceIdentityType(String)

Initializes a new instance of HciManagedServiceIdentityType.

Properties

None

None.

SystemAssigned

SystemAssigned.

SystemAssignedUserAssigned

SystemAssigned, UserAssigned.

UserAssigned

UserAssigned.

Methods

Equals(HciManagedServiceIdentityType)

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

Determines if two HciManagedServiceIdentityType values are the same.

Implicit(String to HciManagedServiceIdentityType)

Converts a string to a HciManagedServiceIdentityType.

Inequality(HciManagedServiceIdentityType, HciManagedServiceIdentityType)

Determines if two HciManagedServiceIdentityType values are not the same.

Applies to