ManagedIdentityKind Enum
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 of entity being referred to in an MI usage declaration
public enum ManagedIdentityKind
type ManagedIdentityKind =
Public Enum ManagedIdentityKind
- Inheritance
-
ManagedIdentityKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | Signifies the absence of an assigned identity. |
Host | 1 | Identity of the underlying compute, such as the VM |
Service | 2 | Identity of the service, such as Service fabric service, container group, etc. |
Cluster | 3 | Identity of the Service Fabric cluster |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET