Delen via


AutomationAccountOperations class

Klasse die een AutomationAccountOperations vertegenwoordigt.

Constructors

AutomationAccountOperations(AutomationClientContext)

Maak een AutomationAccountOperations.

Methoden

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase)

Automation-account maken of bijwerken.

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)
createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, ServiceCallback<AutomationAccount>)
deleteMethod(string, string, RequestOptionsBase)

Een Automation-account verwijderen.

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

Informatie over een Automation-account ophalen.

get(string, string, RequestOptionsBase, ServiceCallback<AutomationAccount>)
get(string, string, ServiceCallback<AutomationAccount>)
list(RequestOptionsBase)

Haal een lijst met accounts binnen een bepaald abonnement op.

list(RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
list(ServiceCallback<AutomationAccountListResult>)
listByResourceGroup(string, RequestOptionsBase)

Haal een lijst met accounts op binnen een bepaalde resourcegroep.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listByResourceGroup(string, ServiceCallback<AutomationAccountListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

Haal een lijst met accounts op binnen een bepaalde resourcegroep.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listByResourceGroupNext(string, ServiceCallback<AutomationAccountListResult>)
listNext(string, RequestOptionsBase)

Haal een lijst met accounts binnen een bepaald abonnement op.

listNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listNext(string, ServiceCallback<AutomationAccountListResult>)
update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase)

Een Automation-account bijwerken.

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)
update(string, string, AutomationAccountUpdateParameters, ServiceCallback<AutomationAccount>)

Constructordetails

AutomationAccountOperations(AutomationClientContext)

Maak een AutomationAccountOperations.

new AutomationAccountOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase)

Automation-account maken of bijwerken.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<AutomationAccountCreateOrUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

parameters
AutomationAccountCreateOrUpdateParameters

Parameters die zijn opgegeven voor het automation-account maken of bijwerken.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.AutomatiseringAccountCreateOrUpdateResponse>

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

parameters
AutomationAccountCreateOrUpdateParameters

Parameters die zijn opgegeven voor het automation-account maken of bijwerken.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<AutomationAccount>

De callback

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, ServiceCallback<AutomationAccount>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, callback: ServiceCallback<AutomationAccount>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

parameters
AutomationAccountCreateOrUpdateParameters

Parameters die zijn opgegeven voor het automation-account maken of bijwerken.

callback

ServiceCallback<AutomationAccount>

De callback

deleteMethod(string, string, RequestOptionsBase)

Een Automation-account verwijderen.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Beloof<msRest.RestResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

deleteMethod(string, string, ServiceCallback<void>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<void>

De callback

get(string, string, RequestOptionsBase)

Informatie over een Automation-account ophalen.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.AutomatiseringAccountGetResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<AutomationAccount>

De callback

get(string, string, ServiceCallback<AutomationAccount>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<AutomationAccount>

De callback

list(RequestOptionsBase)

Haal een lijst met accounts binnen een bepaald abonnement op.

function list(options?: RequestOptionsBase): Promise<AutomationAccountListResponse>

Parameters

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.AutomationAccountListResponse>

list(RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

Parameters

options
RequestOptionsBase

De optionele parameters

list(ServiceCallback<AutomationAccountListResult>)

function list(callback: ServiceCallback<AutomationAccountListResult>)

Parameters

listByResourceGroup(string, RequestOptionsBase)

Haal een lijst met accounts op binnen een bepaalde resourcegroep.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<AutomationAccountListByResourceGroupResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.AutomatiseringAccountListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

options
RequestOptionsBase

De optionele parameters

listByResourceGroup(string, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<AutomationAccountListResult>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

listByResourceGroupNext(string, RequestOptionsBase)

Haal een lijst met accounts op binnen een bepaalde resourcegroep.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AutomationAccountListByResourceGroupNextResponse>

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.AutomatiseringAccountListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

listByResourceGroupNext(string, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<AutomationAccountListResult>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

listNext(string, RequestOptionsBase)

Haal een lijst met accounts binnen een bepaald abonnement op.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AutomationAccountListNextResponse>

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.AutomatiseringAccountListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

listNext(string, ServiceCallback<AutomationAccountListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<AutomationAccountListResult>)

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase)

Een Automation-account bijwerken.

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, options?: RequestOptionsBase): Promise<AutomationAccountUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

parameters
AutomationAccountUpdateParameters

Parameters die zijn opgegeven voor het automation-account voor updates.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.AutomatiseringAccountUpdateResponse>

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

parameters
AutomationAccountUpdateParameters

Parameters die zijn opgegeven voor het automation-account voor updates.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<AutomationAccount>

De callback

update(string, string, AutomationAccountUpdateParameters, ServiceCallback<AutomationAccount>)

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, callback: ServiceCallback<AutomationAccount>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

parameters
AutomationAccountUpdateParameters

Parameters die zijn opgegeven voor het automation-account voor updates.

callback

ServiceCallback<AutomationAccount>

De callback