CognitiveServicesIdentityManagementType 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.
Enumeration of identity types, from the perspective of management.
public readonly struct CognitiveServicesIdentityManagementType : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesIdentityManagementType>
type CognitiveServicesIdentityManagementType = struct
Public Structure CognitiveServicesIdentityManagementType
Implements IEquatable(Of CognitiveServicesIdentityManagementType)
- Inheritance
-
CognitiveServicesIdentityManagementType
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesIdentityManagementType(String) |
Initializes a new instance of CognitiveServicesIdentityManagementType. |
Properties
| Name | Description |
|---|---|
| None |
No identity. |
| System |
Platform-managed identity. |
| User |
User-managed identity. |
Methods
| Name | Description |
|---|---|
| Equals(CognitiveServicesIdentityManagementType) |
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(CognitiveServicesIdentityManagementType, CognitiveServicesIdentityManagementType) |
Determines if two CognitiveServicesIdentityManagementType values are the same. |
| Implicit(String to CognitiveServicesIdentityManagementType) |
Converts a string to a CognitiveServicesIdentityManagementType. |
| Implicit(String to Nullable<CognitiveServicesIdentityManagementType>) | |
| Inequality(CognitiveServicesIdentityManagementType, CognitiveServicesIdentityManagementType) |
Determines if two CognitiveServicesIdentityManagementType values are not the same. |