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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET