ExtensionMetadataV2 interface
Interface representing a ExtensionMetadataV2.
Methods
| get(string, string, string, string, Extension |
Gets an Extension Metadata based on location, publisher, extensionType and version |
| list(string, string, string, Extension |
Gets all Extension versions based on location, publisher, extensionType |
Method Details
get(string, string, string, string, ExtensionMetadataV2GetOptionalParams)
Gets an Extension Metadata based on location, publisher, extensionType and version
function get(location: string, publisher: string, extensionType: string, version: string, options?: ExtensionMetadataV2GetOptionalParams): Promise<ExtensionValueV2>
Parameters
- location
-
string
The name of Azure region.
- publisher
-
string
The publisher of the Extension being received.
- extensionType
-
string
The extensionType of the Extension being received.
- version
-
string
The version of the Extension being received.
The options parameters.
Returns
Promise<ExtensionValueV2>
list(string, string, string, ExtensionMetadataV2ListOptionalParams)
Gets all Extension versions based on location, publisher, extensionType
function list(location: string, publisher: string, extensionType: string, options?: ExtensionMetadataV2ListOptionalParams): PagedAsyncIterableIterator<ExtensionValueV2, ExtensionValueV2[], PageSettings>
Parameters
- location
-
string
The name of Azure region.
- publisher
-
string
The publisher of the Extension being received.
- extensionType
-
string
The extensionType of the Extension being received.
The options parameters.