Uses of Class
com.azure.resourcemanager.loganalytics.models.PurgeState
Packages that use PurgeState
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
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. -
Uses of PurgeState in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type PurgeState in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classStatus of the operation represented by the requested Id.Fields in com.azure.resourcemanager.loganalytics.models declared as PurgeStateModifier and TypeFieldDescriptionstatic final PurgeStatePurgeState.COMPLETEDcompleted.static final PurgeStatePurgeState.PENDINGpending.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.