Partager via


CapabilityTypes interface

Interface représentant un CapabilityTypes.

Méthodes

get(string, string, string, CapabilityTypesGetOptionalParams)

Obtenez une ressource De type de capacité pour un type de cible et un emplacement donnés.

list(string, string, CapabilityTypesListOptionalParams)

Obtenez la liste des ressources de type de capacité pour un type de cible et un emplacement donnés.

Détails de la méthode

get(string, string, string, CapabilityTypesGetOptionalParams)

Obtenez une ressource De type de capacité pour un type de cible et un emplacement donnés.

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

Paramètres

locationName

string

Chaîne qui représente un nom de ressource Location.

targetTypeName

string

Chaîne qui représente un nom de ressource Type de cible.

capabilityTypeName

string

Chaîne qui représente un nom de ressource de type de capacité.

options
CapabilityTypesGetOptionalParams

Paramètres d’options.

Retours

Promise<CapabilityType>

list(string, string, CapabilityTypesListOptionalParams)

Obtenez la liste des ressources de type de capacité pour un type de cible et un emplacement donnés.

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

Paramètres

locationName

string

Chaîne qui représente un nom de ressource Location.

targetTypeName

string

Chaîne qui représente un nom de ressource Type de cible.

options
CapabilityTypesListOptionalParams

Paramètres d’options.

Retours