Partager via


Fields interface

Interface représentant un champ.

Méthodes

listByType(string, string, string, string, FieldsListByTypeOptionalParams)

Récupérez la liste des champs d’un type donné identifié par le nom du module.

Détails de la méthode

listByType(string, string, string, string, FieldsListByTypeOptionalParams)

Récupérez la liste des champs d’un type donné identifié par le nom du module.

function listByType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: FieldsListByTypeOptionalParams): PagedAsyncIterableIterator<TypeField, TypeField[], PageSettings>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

moduleName

string

Nom du module.

typeName

string

Nom du type.

options
FieldsListByTypeOptionalParams

Paramètres d’options.

Retours