ExtensionTypeOperations interface

Interface representing a ExtensionTypeOperations.

Methods

list(string, string, ExtensionTypeListOptionalParams)

Gets all Extension types based on location and publisher

Method Details

list(string, string, ExtensionTypeListOptionalParams)

Gets all Extension types based on location and publisher

function list(location: string, publisher: string, options?: ExtensionTypeListOptionalParams): PagedAsyncIterableIterator<ExtensionType, ExtensionType[], PageSettings>

Parameters

location

string

The name of Azure region.

publisher

string

The publisher of the Extension being received.

options
ExtensionTypeListOptionalParams

The options parameters.

Returns