Share via


AzureTrafficCollectorsBySubscriptionsClient Interface

public interface AzureTrafficCollectorsBySubscriptionsClient

An instance of this class provides access to all the operations defined in AzureTrafficCollectorsBySubscriptionsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<AzureTrafficCollectorInner> list()

Return list of Azure Traffic Collectors in a subscription.

abstract PagedIterable<AzureTrafficCollectorInner> list(Context context)

Return list of Azure Traffic Collectors in a subscription.

Method Details

list

public abstract PagedIterable<AzureTrafficCollectorInner> list()

Return list of Azure Traffic Collectors in a subscription.

Returns:

the response of a AzureTrafficCollector list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AzureTrafficCollectorInner> list(Context context)

Return list of Azure Traffic Collectors in a subscription.

Parameters:

context - The context to associate with this operation.

Returns:

the response of a AzureTrafficCollector list operation as paginated response with PagedIterable<T>.

Applies to