Uses of Class
com.azure.resourcemanager.loganalytics.models.WorkspacePatch
Packages that use WorkspacePatch
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of WorkspacePatch in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type WorkspacePatchModifier and TypeMethodDescriptionWorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspacePatch parameters) Updates a workspace.com.azure.core.http.rest.Response<WorkspaceInner>WorkspacesClient.updateWithResponse(String resourceGroupName, String workspaceName, WorkspacePatch parameters, com.azure.core.util.Context context) Updates a workspace. -
Uses of WorkspacePatch in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return WorkspacePatchModifier and TypeMethodDescriptionWorkspacePatch.withDefaultDataCollectionRuleResourceId(String defaultDataCollectionRuleResourceId) Set the defaultDataCollectionRuleResourceId property: The resource ID of the default Data Collection Rule to use for this workspace.WorkspacePatch.withFeatures(WorkspaceFeatures features) Set the features property: Workspace features.WorkspacePatch.withForceCmkForQuery(Boolean forceCmkForQuery) Set the forceCmkForQuery property: Indicates whether customer managed storage is mandatory for query management.WorkspacePatch.withPublicNetworkAccessForIngestion(PublicNetworkAccessType publicNetworkAccessForIngestion) Set the publicNetworkAccessForIngestion property: The network access type for accessing Log Analytics ingestion.WorkspacePatch.withPublicNetworkAccessForQuery(PublicNetworkAccessType publicNetworkAccessForQuery) Set the publicNetworkAccessForQuery property: The network access type for accessing Log Analytics query.WorkspacePatch.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: The workspace data retention in days.WorkspacePatch.withSku(WorkspaceSku sku) Set the sku property: The SKU of the workspace.Set the tags property: Resource tags.WorkspacePatch.withWorkspaceCapping(WorkspaceCapping workspaceCapping) Set the workspaceCapping property: The daily volume cap for ingestion.