ProviderResourceTypes interface

Interface representing a ProviderResourceTypes.

Methods

list(string, ProviderResourceTypesListOptionalParams)

List the resource types for a specified resource provider.

Method Details

list(string, ProviderResourceTypesListOptionalParams)

List the resource types for a specified resource provider.

function list(resourceProviderNamespace: string, options?: ProviderResourceTypesListOptionalParams): Promise<ProviderResourceTypeListResult>

Parameters

resourceProviderNamespace

string

The namespace of the resource provider.

options
ProviderResourceTypesListOptionalParams

The options parameters.

Returns