HciManagedServiceIdentityType 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.
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
Azure SDK for .NET