Partager via


NodeCountInformation class

Classe représentant un NodeCountInformation.

Constructeurs

NodeCountInformation(AutomationClientContext)

Créez un NodeCountInformation.

Méthodes

get(string, string, RequestOptionsBase)

Récupérer les nombres pour les nœuds Dsc.

get(string, string, RequestOptionsBase, ServiceCallback<NodeCounts>)
get(string, string, ServiceCallback<NodeCounts>)

Détails du constructeur

NodeCountInformation(AutomationClientContext)

Créez un NodeCountInformation.

new NodeCountInformation(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

get(string, string, RequestOptionsBase)

Récupérer les nombres pour les nœuds Dsc.

function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<NodeCountInformationGetResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.NodeCountInformationGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<NodeCounts>)

function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<NodeCounts>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<NodeCounts>

Rappel

get(string, string, ServiceCallback<NodeCounts>)

function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<NodeCounts>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

callback

ServiceCallback<NodeCounts>

Rappel