次の方法で共有


ComponentPurgeResponse Interface

public interface ComponentPurgeResponse

An immutable client-side representation of ComponentPurgeResponse.

Method Summary

Modifier and Type Method and Description
abstract ComponentPurgeResponseInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeResponseInner 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 ComponentPurgeResponseInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeResponseInner 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