GetCollectionCountResponse Interface

public interface GetCollectionCountResponse

An immutable client-side representation of GetCollectionCountResponse.

Method Summary

Modifier and Type Method and Description
abstract Integer count()

Gets the count property: The count of the specified resource.

abstract GetCollectionCountResponseInner innerModel()

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

Method Details

count

public abstract Integer count()

Gets the count property: The count of the specified resource.

Returns:

the count value.

innerModel

public abstract GetCollectionCountResponseInner innerModel()

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

Returns:

the inner object.

Applies to