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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET