Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IdentityType Enum
Definition
- Assembly:
- Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll
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.
[System.Text.Json.Serialization.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum IdentityType
[<System.Text.Json.Serialization.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type IdentityType =
Public Enum IdentityType
- Inheritance
-
IdentityType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| SystemAssigned | 1 | |
| UserAssigned | 2 | |
| SystemAssignedUserAssigned | 3 |
