GetOverviewStatusResponse Interface

public interface GetOverviewStatusResponse

An immutable client-side representation of GetOverviewStatusResponse.

Method Summary

Modifier and Type Method and Description
abstract GetOverviewStatusResponseInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.GetOverviewStatusResponseInner object.

abstract List<StatusItem> statusList()

Gets the statusList property: List of different status items.

Method Details

innerModel

public abstract GetOverviewStatusResponseInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.GetOverviewStatusResponseInner object.

Returns:

the inner object.

statusList

public abstract List<StatusItem> statusList()

Gets the statusList property: List of different status items.

Returns:

the statusList value.

Applies to