VariableOperations class

VariableOperations を表すクラス。

コンストラクター

VariableOperations(AutomationClientContext)

VariableOperations を作成します。

メソッド

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

変数を作成します。

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

変数を削除します。

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

変数名で識別される変数を取得します。

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

変数の一覧を取得します。

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

変数の一覧を取得します。

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

変数を更新します。

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

コンストラクターの詳細

VariableOperations(AutomationClientContext)

VariableOperations を作成します。

new VariableOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

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

変数を作成します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数名。

parameters
VariableCreateOrUpdateParameters

変数の作成または更新操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数名。

parameters
VariableCreateOrUpdateParameters

変数の作成または更新操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Variable>

コールバック。

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数名。

parameters
VariableCreateOrUpdateParameters

変数の作成または更新操作に指定されたパラメーター。

callback

ServiceCallback<Variable>

コールバック。

deleteMethod(string, string, string, RequestOptionsBase)

変数を削除します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数の名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数の名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数の名前。

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

変数名で識別される変数を取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数の名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.VariableGetResponse>

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数の名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Variable>

コールバック。

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数の名前。

callback

ServiceCallback<Variable>

コールバック。

listByAutomationAccount(string, string, RequestOptionsBase)

変数の一覧を取得します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.VariableListByAutomationAccountResponse>

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<VariableListResult>

コールバック。

listByAutomationAccount(string, string, ServiceCallback<VariableListResult>)

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<VariableListResult>

コールバック。

listByAutomationAccountNext(string, RequestOptionsBase)

変数の一覧を取得します。

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

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.VariableListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<VariableListResult>)

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

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<VariableListResult>

コールバック。

listByAutomationAccountNext(string, ServiceCallback<VariableListResult>)

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

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

callback

ServiceCallback<VariableListResult>

コールバック。

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

変数を更新します。

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数名。

parameters
VariableUpdateParameters

更新変数操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数名。

parameters
VariableUpdateParameters

更新変数操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Variable>

コールバック。

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

variableName

string

変数名。

parameters
VariableUpdateParameters

変数の更新操作に指定されたパラメーター。

callback

ServiceCallback<Variable>

コールバック。