Uses of Class
com.azure.resourcemanager.loganalytics.models.WorkspacePatch
Packages that use WorkspacePatch
Package
Description
Package containing the service clients for LogAnalytics.
Package containing the data models for LogAnalytics.
-
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 TypeMethodDescriptionstatic WorkspacePatchWorkspacePatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkspacePatch from the JsonReader.WorkspacePatch.withDefaultDataCollectionRuleResourceId(String defaultDataCollectionRuleResourceId) Set the defaultDataCollectionRuleResourceId property: The resource ID of the default Data Collection Rule to use for this workspace.WorkspacePatch.withFailover(WorkspaceFailoverProperties failover) Set the failover property: workspace failover properties.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.withIdentity(Identity identity) Set the identity property: The identity of the resource.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.withReplication(WorkspaceReplicationProperties replication) Set the replication property: workspace replication properties.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.