Share via


ListRegionsSuccessResponse Interface

public interface ListRegionsSuccessResponse

An immutable client-side representation of ListRegionsSuccessResponse.

Method Summary

Modifier and Type Method and Description
abstract List<RegionRecord> data()

Gets the data property: List of regions supported by confluent.

abstract ListRegionsSuccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner object.

Method Details

data

public abstract List<RegionRecord> data()

Gets the data property: List of regions supported by confluent.

Returns:

the data value.

innerModel

public abstract ListRegionsSuccessResponseInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.ListRegionsSuccessResponseInner object.

Returns:

the inner object.

Applies to