CapabilityTypes interface

Interface representing a CapabilityTypes.

Methods

get(string, string, string, CapabilityTypesGetOptionalParams)

Get a Capability Type resource for given Target Type and location.

list(string, string, CapabilityTypesListOptionalParams)

Get a list of Capability Type resources for given Target Type and location.

Method Details

get(string, string, string, CapabilityTypesGetOptionalParams)

Get a Capability Type resource for given Target Type and location.

function get(locationName: string, targetTypeName: string, capabilityTypeName: string, options?: CapabilityTypesGetOptionalParams): Promise<CapabilityType>

Parameters

locationName

string

String that represents a Location resource name.

targetTypeName

string

String that represents a Target Type resource name.

capabilityTypeName

string

String that represents a Capability Type resource name.

options
CapabilityTypesGetOptionalParams

The options parameters.

Returns

Promise<CapabilityType>

list(string, string, CapabilityTypesListOptionalParams)

Get a list of Capability Type resources for given Target Type and location.

function list(locationName: string, targetTypeName: string, options?: CapabilityTypesListOptionalParams): PagedAsyncIterableIterator<CapabilityType, CapabilityType[], PageSettings>

Parameters

locationName

string

String that represents a Location resource name.

targetTypeName

string

String that represents a Target Type resource name.

options
CapabilityTypesListOptionalParams

The options parameters.

Returns