Partager via


CredentialOperations class

Classe représentant credentialOperations.

Constructeurs

CredentialOperations(AutomationClientContext)

Créez un CredentialOperations.

Méthodes

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, RequestOptionsBase)

Créez des informations d’identification.

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Credential>)
createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, ServiceCallback<Credential>)
deleteMethod(string, string, string, RequestOptionsBase)

Supprimez les informations d’identification.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Récupérez les informations d’identification identifiées par le nom des informations d’identification.

get(string, string, string, RequestOptionsBase, ServiceCallback<Credential>)
get(string, string, string, ServiceCallback<Credential>)
listByAutomationAccount(string, string, RequestOptionsBase)

Récupérez une liste d’informations d’identification.

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<CredentialListResult>)
listByAutomationAccount(string, string, ServiceCallback<CredentialListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Récupérez une liste d’informations d’identification.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<CredentialListResult>)
listByAutomationAccountNext(string, ServiceCallback<CredentialListResult>)
update(string, string, string, CredentialUpdateParameters, RequestOptionsBase)

Mettez à jour des informations d’identification.

update(string, string, string, CredentialUpdateParameters, RequestOptionsBase, ServiceCallback<Credential>)
update(string, string, string, CredentialUpdateParameters, ServiceCallback<Credential>)

Détails du constructeur

CredentialOperations(AutomationClientContext)

Créez un CredentialOperations.

new CredentialOperations(client: AutomationClientContext)

Paramètres

client
AutomationClientContext

Référence au client de service.

Détails de la méthode

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, RequestOptionsBase)

Créez des informations d’identification.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<CredentialCreateOrUpdateResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Paramètres fournis à l’opération de création ou de mise à jour des informations d’identification.

parameters
CredentialCreateOrUpdateParameters

Paramètres fournis à l’opération de création ou de mise à jour des informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.CredentialCreateOrUpdateResponse>

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Credential>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Credential>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Paramètres fournis à l’opération de création ou de mise à jour des informations d’identification.

parameters
CredentialCreateOrUpdateParameters

Paramètres fournis à l’opération de création ou de mise à jour des informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<Credential>

Rappel

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, ServiceCallback<Credential>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialCreateOrUpdateParameters, callback: ServiceCallback<Credential>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Paramètres fournis à l’opération de création ou de mise à jour des informations d’identification.

parameters
CredentialCreateOrUpdateParameters

Paramètres fournis à l’opération de création ou de mise à jour des informations d’identification.

callback

ServiceCallback<Credential>

Rappel

deleteMethod(string, string, string, RequestOptionsBase)

Supprimez les informations d’identification.

function deleteMethod(resourceGroupName: string, automationAccountName: string, credentialName: string, options?: RequestOptionsBase): Promise<RestResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Nom des informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<RestResponse>

Promesse<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, credentialName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Nom des informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<void>

Rappel

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, credentialName: string, callback: ServiceCallback<void>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Nom des informations d’identification.

callback

ServiceCallback<void>

Rappel

get(string, string, string, RequestOptionsBase)

Récupérez les informations d’identification identifiées par le nom des informations d’identification.

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Nom des informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.CredentialGetResponse>

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

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Nom des informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<Credential>

Rappel

get(string, string, string, ServiceCallback<Credential>)

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

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Nom des informations d’identification.

callback

ServiceCallback<Credential>

Rappel

listByAutomationAccount(string, string, RequestOptionsBase)

Récupérez une liste d’informations d’identification.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<CredentialListByAutomationAccountResponse>

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.CredentialListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<CredentialListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<CredentialListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

options
RequestOptionsBase

Paramètres facultatifs

listByAutomationAccount(string, string, ServiceCallback<CredentialListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<CredentialListResult>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

listByAutomationAccountNext(string, RequestOptionsBase)

Récupérez une liste d’informations d’identification.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CredentialListByAutomationAccountNextResponse>

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.CredentialListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<CredentialListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CredentialListResult>)

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

options
RequestOptionsBase

Paramètres facultatifs

listByAutomationAccountNext(string, ServiceCallback<CredentialListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<CredentialListResult>)

Paramètres

nextPageLink

string

NextLink de l’appel réussi précédent à l’opération De liste.

update(string, string, string, CredentialUpdateParameters, RequestOptionsBase)

Mettez à jour des informations d’identification.

function update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialUpdateParameters, options?: RequestOptionsBase): Promise<CredentialUpdateResponse>

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

parameters
CredentialUpdateParameters

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.CredentialUpdateResponse>

update(string, string, string, CredentialUpdateParameters, RequestOptionsBase, ServiceCallback<Credential>)

function update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Credential>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

parameters
CredentialUpdateParameters

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

options
RequestOptionsBase

Paramètres facultatifs

callback

ServiceCallback<Credential>

Rappel

update(string, string, string, CredentialUpdateParameters, ServiceCallback<Credential>)

function update(resourceGroupName: string, automationAccountName: string, credentialName: string, parameters: CredentialUpdateParameters, callback: ServiceCallback<Credential>)

Paramètres

resourceGroupName

string

Nom d’un groupe de ressources Azure.

automationAccountName

string

Nom du compte Automation.

credentialName

string

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

parameters
CredentialUpdateParameters

Paramètres fournis à l’opération Mettre à jour les informations d’identification.

callback

ServiceCallback<Credential>

Rappel