Share via


WorkspacePurgeResponse Interface

public interface WorkspacePurgeResponse

An immutable client-side representation of WorkspacePurgeResponse.

Method Summary

Modifier and Type Method and Description
abstract WorkspacePurgeResponseInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.WorkspacePurgeResponseInner object.

abstract String operationId()

Gets the operationId property: Id to use when querying for status for a particular purge operation.

Method Details

innerModel

public abstract WorkspacePurgeResponseInner innerModel()

Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.WorkspacePurgeResponseInner object.

Returns:

the inner object.

operationId

public abstract String operationId()

Gets the operationId property: Id to use when querying for status for a particular purge operation.

Returns:

the operationId value.

Applies to