Uses of Class
com.azure.resourcemanager.applicationinsights.models.PurgeState
Packages that use PurgeState
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of PurgeState in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return PurgeStateModifier and TypeMethodDescriptionComponentPurgeStatusResponseInner.status()Get the status property: Status of the operation represented by the requested Id.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type PurgeStateModifier and TypeMethodDescriptionComponentPurgeStatusResponseInner.withStatus(PurgeState status) Set the status property: Status of the operation represented by the requested Id. -
Uses of PurgeState in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.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.applicationinsights.models that return PurgeStateModifier and TypeMethodDescriptionstatic PurgeStatePurgeState.fromString(String name) Creates or finds a PurgeState from its string representation.ComponentPurgeStatusResponse.status()Gets the status property: Status of the operation represented by the requested Id.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type PurgeStateModifier and TypeMethodDescriptionstatic Collection<PurgeState>PurgeState.values()Gets known PurgeState values.