ManagedIdentityKind Enum

Definition

The type of entity being referred to in an MI usage declaration

public enum ManagedIdentityKind
type ManagedIdentityKind = 
Public Enum ManagedIdentityKind
Inheritance
ManagedIdentityKind

Fields

Cluster 3

Identity of the Service Fabric cluster

Host 1

Identity of the underlying compute, such as the VM

None 0

Signifies the absence of an assigned identity.

Service 2

Identity of the service, such as Service fabric service, container group, etc.

Applies to