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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET