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
Paged |
list(String location, String publisher)
Gets all Extension types based on location and publisher. |
abstract
Paged |
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:
Returns:
list
public abstract PagedIterable<ExtensionTypeInner> list(String location, String publisher, Context context)
Gets all Extension types based on location and publisher.
Parameters:
Returns: