Uses of Class
com.azure.resourcemanager.loganalytics.models.CreatedByType
Packages that use CreatedByType
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of CreatedByType in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as CreatedByTypeModifier and TypeFieldDescriptionstatic final CreatedByTypeCreatedByType.APPLICATIONStatic value Application for CreatedByType.static final CreatedByTypeCreatedByType.KEYStatic value Key for CreatedByType.static final CreatedByTypeCreatedByType.MANAGED_IDENTITYStatic value ManagedIdentity for CreatedByType.static final CreatedByTypeCreatedByType.USERStatic value User for CreatedByType.Methods in com.azure.resourcemanager.loganalytics.models that return CreatedByTypeModifier and TypeMethodDescriptionSystemDataAutoGenerated.createdByType()Get the createdByType property: The type of identity that created the resource.static CreatedByTypeCreatedByType.fromString(String name) Creates or finds a CreatedByType from its string representation.SystemDataAutoGenerated.lastModifiedByType()Get the lastModifiedByType property: The type of identity that last modified the resource.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type CreatedByTypeModifier and TypeMethodDescriptionstatic Collection<CreatedByType>CreatedByType.values()Gets known CreatedByType values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type CreatedByTypeModifier and TypeMethodDescriptionSystemDataAutoGenerated.withCreatedByType(CreatedByType createdByType) Set the createdByType property: The type of identity that created the resource.SystemDataAutoGenerated.withLastModifiedByType(CreatedByType lastModifiedByType) Set the lastModifiedByType property: The type of identity that last modified the resource.