Partager via


TargetTypes interface

Interface représentant un TargetTypes.

Méthodes

get(string, string, TargetTypesGetOptionalParams)

Obtenez un type cible de ressources pour un emplacement donné.

list(string, TargetTypesListOptionalParams)

Obtenez la liste des ressources Type de cible pour un emplacement donné.

Détails de la méthode

get(string, string, TargetTypesGetOptionalParams)

Obtenez un type cible de ressources pour un emplacement donné.

function get(locationName: string, targetTypeName: string, options?: TargetTypesGetOptionalParams): Promise<TargetType>

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
TargetTypesGetOptionalParams

Paramètres d’options.

Retours

Promise<TargetType>

list(string, TargetTypesListOptionalParams)

Obtenez la liste des ressources Type de cible pour un emplacement donné.

function list(locationName: string, options?: TargetTypesListOptionalParams): PagedAsyncIterableIterator<TargetType, TargetType[], PageSettings>

Paramètres

locationName

string

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

options
TargetTypesListOptionalParams

Paramètres d’options.

Retours