Class ComponentPurgeResponseInner
java.lang.Object
com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeResponseInner
Response containing operationId for a specific purge action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the operationId property: Id to use when querying for status for a particular purge operation.voidvalidate()Validates the instance.withOperationId(String operationId) Set the operationId property: Id to use when querying for status for a particular purge operation.
-
Constructor Details
-
ComponentPurgeResponseInner
public ComponentPurgeResponseInner()
-
-
Method Details
-
operationId
Get the operationId property: Id to use when querying for status for a particular purge operation.- Returns:
- the operationId value.
-
withOperationId
Set the operationId property: Id to use when querying for status for a particular purge operation.- Parameters:
operationId- the operationId value to set.- Returns:
- the ComponentPurgeResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-