KnownIdentityType enum
Known values of IdentityType that the service accepts.
Fields
| None | No managed identity is assigned to the server. |
| SystemAssigned | Azure automatically creates and manages the identity associated to the lifecycle of the server. |
| SystemAssignedUserAssigned | Both system-assigned and user-assigned identities are assigned to the server. |
| UserAssigned | One or more managed identities provided by the user are assigned to the server. |