Partager via


ObjectDataTypes class

Classe représentant un ObjectDataTypes.

Constructeurs

ObjectDataTypes(AutomationClientContext)

Créez un ObjectDataTypes.

Méthodes

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)

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

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)
listFieldsByType(string, string, string, RequestOptionsBase)

Récupérez une liste de champs d’un type donné sur tous les modules accessibles.

listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)
listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)

Détails du constructeur

ObjectDataTypes(AutomationClientContext)

Créez un ObjectDataTypes.

new ObjectDataTypes(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase)

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

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByModuleAndTypeResponse>

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
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.ObjectDataTypesListFieldsByModuleAndTypeResponse>

listFieldsByModuleAndType(string, string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

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
RequestOptionsBase

Paramètres facultatifs

listFieldsByModuleAndType(string, string, string, string, ServiceCallback<TypeFieldListResult>)

function listFieldsByModuleAndType(resourceGroupName: string, automationAccountName: string, moduleName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

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.

listFieldsByType(string, string, string, RequestOptionsBase)

Récupérez une liste de champs d’un type donné sur tous les modules accessibles.

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options?: RequestOptionsBase): Promise<ObjectDataTypesListFieldsByTypeResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

typeName

string

Nom du type.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.ObjectDataTypesListFieldsByTypeResponse>

listFieldsByType(string, string, string, RequestOptionsBase, ServiceCallback<TypeFieldListResult>)

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, options: RequestOptionsBase, callback: ServiceCallback<TypeFieldListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

typeName

string

Nom du type.

options
RequestOptionsBase

Paramètres facultatifs

listFieldsByType(string, string, string, ServiceCallback<TypeFieldListResult>)

function listFieldsByType(resourceGroupName: string, automationAccountName: string, typeName: string, callback: ServiceCallback<TypeFieldListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

typeName

string

Nom du type.