Uses of Class
com.azure.resourcemanager.loganalytics.models.PurgeState
Packages that use PurgeState
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of PurgeState in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return PurgeStateModifier and TypeMethodDescriptionWorkspacePurgeStatusResponseInner.status()Get the status property: Status of the operation represented by the requested Id.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type PurgeStateModifier and TypeMethodDescriptionWorkspacePurgeStatusResponseInner.withStatus(PurgeState status) Set the status property: Status of the operation represented by the requested Id. -
Uses of PurgeState in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as PurgeStateModifier and TypeFieldDescriptionstatic final PurgeStatePurgeState.COMPLETEDStatic value completed for PurgeState.static final PurgeStatePurgeState.PENDINGStatic value pending for PurgeState.Methods in com.azure.resourcemanager.loganalytics.models that return PurgeStateModifier and TypeMethodDescriptionstatic PurgeStatePurgeState.fromString(String name) Creates or finds a PurgeState from its string representation.WorkspacePurgeStatusResponse.status()Gets the status property: Status of the operation represented by the requested Id.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type PurgeStateModifier and TypeMethodDescriptionstatic Collection<PurgeState>PurgeState.values()Gets known PurgeState values.