Share via


ExtensionTypes Interface

public interface ExtensionTypes

Resource collection API of ExtensionTypes.

Method Summary

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

Gets all Extension types based on location and publisher.

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

Gets all Extension types based on location and publisher.

Method Details

list

public abstract PagedIterable<ExtensionType> 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<ExtensionType> 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