Uses of Class
com.azure.resourcemanager.loganalytics.models.IdentityType
Packages that use IdentityType
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of IdentityType in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as IdentityTypeModifier and TypeFieldDescriptionstatic final IdentityTypeIdentityType.APPLICATIONStatic value application for IdentityType.static final IdentityTypeIdentityType.KEYStatic value key for IdentityType.static final IdentityTypeIdentityType.MANAGED_IDENTITYStatic value managedIdentity for IdentityType.static final IdentityTypeIdentityType.NONEStatic value None for IdentityType.static final IdentityTypeIdentityType.SYSTEM_ASSIGNEDStatic value SystemAssigned for IdentityType.static final IdentityTypeIdentityType.USERStatic value user for IdentityType.static final IdentityTypeIdentityType.USER_ASSIGNEDStatic value UserAssigned for IdentityType.Methods in com.azure.resourcemanager.loganalytics.models that return IdentityTypeModifier and TypeMethodDescriptionstatic IdentityTypeIdentityType.fromString(String name) Creates or finds a IdentityType from its string representation.Identity.type()Get the type property: Type of managed service identity.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type IdentityTypeModifier and TypeMethodDescriptionstatic Collection<IdentityType>IdentityType.values()Gets known IdentityType values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type IdentityTypeModifier and TypeMethodDescriptionIdentity.withType(IdentityType type) Set the type property: Type of managed service identity.