Uses of Class
com.azure.resourcemanager.loganalytics.models.WorkspaceFeatures
Packages that use WorkspaceFeatures
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of WorkspaceFeatures in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return WorkspaceFeaturesModifier and TypeMethodDescriptionWorkspaceInner.features()Get the features property: Workspace features.WorkspaceProperties.features()Get the features property: Workspace features.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type WorkspaceFeaturesModifier and TypeMethodDescriptionWorkspaceInner.withFeatures(WorkspaceFeatures features) Set the features property: Workspace features.WorkspaceProperties.withFeatures(WorkspaceFeatures features) Set the features property: Workspace features. -
Uses of WorkspaceFeatures in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return WorkspaceFeaturesModifier and TypeMethodDescriptionWorkspace.features()Gets the features property: Workspace features.WorkspacePatch.features()Get the features property: Workspace features.WorkspaceFeatures.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Workspace features.WorkspaceFeatures.withClusterResourceId(String clusterResourceId) Set the clusterResourceId property: Dedicated LA cluster resourceId that is linked to the workspaces.WorkspaceFeatures.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: Disable Non-AAD based Auth.WorkspaceFeatures.withEnableDataExport(Boolean enableDataExport) Set the enableDataExport property: Flag that indicate if data should be exported.WorkspaceFeatures.withEnableLogAccessUsingOnlyResourcePermissions(Boolean enableLogAccessUsingOnlyResourcePermissions) Set the enableLogAccessUsingOnlyResourcePermissions property: Flag that indicate which permission to use - resource or workspace or both.WorkspaceFeatures.withImmediatePurgeDataOn30Days(Boolean immediatePurgeDataOn30Days) Set the immediatePurgeDataOn30Days property: Flag that describes if we want to remove the data after 30 days.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type WorkspaceFeaturesModifier and TypeMethodDescriptionWorkspace.DefinitionStages.WithFeatures.withFeatures(WorkspaceFeatures features) Specifies the features property: Workspace features..Workspace.UpdateStages.WithFeatures.withFeatures(WorkspaceFeatures features) Specifies the features property: Workspace features..WorkspacePatch.withFeatures(WorkspaceFeatures features) Set the features property: Workspace features.