IdentityManagementType 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.
The type.
public readonly struct IdentityManagementType : IEquatable<Azure.ResourceManager.ProviderHub.Models.IdentityManagementType>
type IdentityManagementType = struct
Public Structure IdentityManagementType
Implements IEquatable(Of IdentityManagementType)
- Inheritance
-
IdentityManagementType
- Implements
Constructors
| Name | Description |
|---|---|
| IdentityManagementType(String) |
Initializes a new instance of IdentityManagementType. |
Properties
| Name | Description |
|---|---|
| Actor |
Gets the Actor. |
| DelegatedResourceIdentity |
Gets the DelegatedResourceIdentity. |
| NotSpecified |
Gets the NotSpecified. |
| SystemAssigned |
Gets the SystemAssigned. |
| UserAssigned |
Gets the UserAssigned. |
Methods
| Name | Description |
|---|---|
| Equals(IdentityManagementType) |
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
| Name | Description |
|---|---|
| Equality(IdentityManagementType, IdentityManagementType) |
Determines if two IdentityManagementType values are the same. |
| Implicit(String to IdentityManagementType) |
Converts a string to a IdentityManagementType. |
| Implicit(String to Nullable<IdentityManagementType>) | |
| Inequality(IdentityManagementType, IdentityManagementType) |
Determines if two IdentityManagementType values are not the same. |