Uses of Class
com.azure.resourcemanager.loganalytics.models.ManagedServiceIdentityType
Packages that use ManagedServiceIdentityType
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of ManagedServiceIdentityType in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type ManagedServiceIdentityType in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classType of managed service identity (where both SystemAssigned and UserAssigned types are allowed).Fields in com.azure.resourcemanager.loganalytics.models declared as ManagedServiceIdentityTypeModifier and TypeFieldDescriptionstatic final ManagedServiceIdentityTypeManagedServiceIdentityType.NONENo managed identity.static final ManagedServiceIdentityTypeManagedServiceIdentityType.SYSTEM_ASSIGNEDSystem assigned managed identity.static final ManagedServiceIdentityTypeManagedServiceIdentityType.SYSTEM_ASSIGNED_USER_ASSIGNEDSystem and user assigned managed identity.static final ManagedServiceIdentityTypeManagedServiceIdentityType.USER_ASSIGNEDUser assigned managed identity.Methods in com.azure.resourcemanager.loganalytics.models that return ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic ManagedServiceIdentityTypeManagedServiceIdentityType.fromString(String name) Creates or finds a ManagedServiceIdentityType from its string representation.ManagedServiceIdentity.type()Get the type property: The type of managed identity assigned to this resource.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ManagedServiceIdentityType> ManagedServiceIdentityType.values()Gets known ManagedServiceIdentityType values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type ManagedServiceIdentityTypeModifier and TypeMethodDescriptionManagedServiceIdentity.withType(ManagedServiceIdentityType type) Set the type property: The type of managed identity assigned to this resource.