Share via


ExtensionTypesClient Interface

public interface ExtensionTypesClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ExtensionTypeInner> list(String location, String publisher)

Gets all Extension types based on location and publisher.

abstract PagedIterable<ExtensionTypeInner> list(String location, String publisher, Context context)

Gets all Extension types based on location and publisher.

Method Details

list

public abstract PagedIterable<ExtensionTypeInner> list(String location, String publisher)

Gets all Extension types based on location and publisher.

Parameters:

location - The name of Azure region.
publisher - The publisher of the Extension being received.

Returns:

all Extension types based on location and publisher as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ExtensionTypeInner> list(String location, String publisher, Context context)

Gets all Extension types based on location and publisher.

Parameters:

location - The name of Azure region.
publisher - The publisher of the Extension being received.
context - The context to associate with this operation.

Returns:

all Extension types based on location and publisher as paginated response with PagedIterable<T>.

Applies to