Delen via


VariableOperations class

Klasse die een VariableOperations vertegenwoordigt.

Constructors

VariableOperations(AutomationClientContext)

Maak een VariableOperations.

Methoden

createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, RequestOptionsBase)

Maak een variabele.

createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Variable>)
createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, ServiceCallback<Variable>)
deleteMethod(string, string, string, RequestOptionsBase)

Verwijder de variabele.

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

Haal de variabele op die is geïdentificeerd met de naam van de variabele.

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

Haal een lijst met variabelen op.

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

Haal een lijst met variabelen op.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<VariableListResult>)
listByAutomationAccountNext(string, ServiceCallback<VariableListResult>)
update(string, string, string, VariableUpdateParameters, RequestOptionsBase)

Een variabele bijwerken.

update(string, string, string, VariableUpdateParameters, RequestOptionsBase, ServiceCallback<Variable>)
update(string, string, string, VariableUpdateParameters, ServiceCallback<Variable>)

Constructordetails

VariableOperations(AutomationClientContext)

Maak een VariableOperations.

new VariableOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, RequestOptionsBase)

Maak een variabele.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<VariableCreateOrUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

parameters
VariableCreateOrUpdateParameters

De parameters die zijn opgegeven voor de bewerking voor het maken of bijwerken van variabelen.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.VariableCreateOrUpdateResponse>

createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Variable>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Variable>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

parameters
VariableCreateOrUpdateParameters

De parameters die zijn opgegeven voor de bewerking voor het maken of bijwerken van variabelen.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Variable>

De callback

createOrUpdate(string, string, string, VariableCreateOrUpdateParameters, ServiceCallback<Variable>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableCreateOrUpdateParameters, callback: ServiceCallback<Variable>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

parameters
VariableCreateOrUpdateParameters

De parameters die zijn opgegeven voor de bewerking voor het maken of bijwerken van variabelen.

callback

ServiceCallback<Variable>

De callback

deleteMethod(string, string, string, RequestOptionsBase)

Verwijder de variabele.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<RestResponse>

Beloof<msRest.RestResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<void>

De callback

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

callback

ServiceCallback<void>

De callback

get(string, string, string, RequestOptionsBase)

Haal de variabele op die is geïdentificeerd met de naam van de variabele.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.VariableGetResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Variable>

De callback

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

callback

ServiceCallback<Variable>

De callback

listByAutomationAccount(string, string, RequestOptionsBase)

Haal een lijst met variabelen op.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.VariableListByAutomationAccountResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<VariableListResult>

De callback

listByAutomationAccount(string, string, ServiceCallback<VariableListResult>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

callback

ServiceCallback<VariableListResult>

De callback

listByAutomationAccountNext(string, RequestOptionsBase)

Haal een lijst met variabelen op.

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.VariableListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<VariableListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<VariableListResult>

De callback

listByAutomationAccountNext(string, ServiceCallback<VariableListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

callback

ServiceCallback<VariableListResult>

De callback

update(string, string, string, VariableUpdateParameters, RequestOptionsBase)

Een variabele bijwerken.

function update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, options?: RequestOptionsBase): Promise<VariableUpdateResponse>

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

parameters
VariableUpdateParameters

De parameters die zijn opgegeven voor de updatevariabelebewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.VariableUpdateResponse>

update(string, string, string, VariableUpdateParameters, RequestOptionsBase, ServiceCallback<Variable>)

function update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Variable>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

parameters
VariableUpdateParameters

De parameters die zijn opgegeven voor de updatevariabelebewerking.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Variable>

De callback

update(string, string, string, VariableUpdateParameters, ServiceCallback<Variable>)

function update(resourceGroupName: string, automationAccountName: string, variableName: string, parameters: VariableUpdateParameters, callback: ServiceCallback<Variable>)

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

variableName

string

De naam van de variabele.

parameters
VariableUpdateParameters

De parameters die zijn opgegeven voor de updatevariabelebewerking.

callback

ServiceCallback<Variable>

De callback