Udostępnij za pośrednictwem


VariableOperations class

Klasa reprezentująca element VariableOperations.

Konstruktory

VariableOperations(AutomationClientContext)

Utwórz zmiennąOperations.

Metody

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

Utwórz zmienną.

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

Usuń zmienną.

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

Pobierz zmienną zidentyfikowaną przez nazwę zmiennej.

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

Pobieranie listy zmiennych.

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

Pobieranie listy zmiennych.

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

Aktualizowanie zmiennej.

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

Szczegóły konstruktora

VariableOperations(AutomationClientContext)

Utwórz zmiennąOperations.

new VariableOperations(client: AutomationClientContext)

Parametry

client
AutomationClientContext

Odwołanie do klienta usługi.

Szczegóły metody

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

Utwórz zmienną.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

parameters
VariableCreateOrUpdateParameters

Parametry podane do operacji tworzenia lub aktualizowania zmiennej.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<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>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

parameters
VariableCreateOrUpdateParameters

Parametry podane do operacji tworzenia lub aktualizowania zmiennej.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<Variable>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

parameters
VariableCreateOrUpdateParameters

Parametry podane do operacji tworzenia lub aktualizowania zmiennej.

callback

ServiceCallback<Variable>

Wywołanie zwrotne

deleteMethod(string, string, string, RequestOptionsBase)

Usuń zmienną.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<void>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

callback

ServiceCallback<void>

Wywołanie zwrotne

get(string, string, string, RequestOptionsBase)

Pobierz zmienną zidentyfikowaną przez nazwę zmiennej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.VariableGetResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<Variable>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

callback

ServiceCallback<Variable>

Wywołanie zwrotne

listByAutomationAccount(string, string, RequestOptionsBase)

Pobieranie listy zmiennych.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.VariableListByAutomationAccountResponse>

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<VariableListResult>

Wywołanie zwrotne

listByAutomationAccount(string, string, ServiceCallback<VariableListResult>)

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

callback

ServiceCallback<VariableListResult>

Wywołanie zwrotne

listByAutomationAccountNext(string, RequestOptionsBase)

Pobieranie listy zmiennych.

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<Models.VariableListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<VariableListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<VariableListResult>

Wywołanie zwrotne

listByAutomationAccountNext(string, ServiceCallback<VariableListResult>)

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

Parametry

nextPageLink

string

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

callback

ServiceCallback<VariableListResult>

Wywołanie zwrotne

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

Aktualizowanie zmiennej.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

parameters
VariableUpdateParameters

Parametry dostarczone do operacji zmiennej aktualizacji.

options
RequestOptionsBase

Parametry opcjonalne

Zwraca

Promise<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>)

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

parameters
VariableUpdateParameters

Parametry dostarczone do operacji zmiennej aktualizacji.

options
RequestOptionsBase

Parametry opcjonalne

callback

ServiceCallback<Variable>

Wywołanie zwrotne

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

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów platformy Azure.

automationAccountName

string

Nazwa konta usługi Automation.

variableName

string

Nazwa zmiennej.

parameters
VariableUpdateParameters

Parametry dostarczone do operacji zmiennej aktualizacji.

callback

ServiceCallback<Variable>

Wywołanie zwrotne