次の方法で共有


CredentialOperations class

CredentialOperations を表すクラス。

コンストラクター

CredentialOperations(AutomationClientContext)

CredentialOperations を作成します。

メソッド

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

資格情報を作成します。

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Credential>)
createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, ServiceCallback<Credential>)
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<Credential>)
get(string, string, string, ServiceCallback<Credential>)
listByAutomationAccount(string, string, RequestOptionsBase)

資格情報の一覧を取得します。

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

資格情報の一覧を取得します。

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

資格情報を更新します。

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

コンストラクターの詳細

CredentialOperations(AutomationClientContext)

CredentialOperations を作成します。

new CredentialOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

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

メソッドの詳細

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

資格情報を作成します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の作成または更新操作に指定されたパラメーター。

parameters
CredentialCreateOrUpdateParameters

資格情報の作成または更新操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の作成または更新操作に指定されたパラメーター。

parameters
CredentialCreateOrUpdateParameters

資格情報の作成または更新操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Credential>

コールバック

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の作成または更新操作に指定されたパラメーター。

parameters
CredentialCreateOrUpdateParameters

資格情報の作成または更新操作に指定されたパラメーター。

callback

ServiceCallback<Credential>

コールバック

deleteMethod(string, string, string, RequestOptionsBase)

資格情報を削除します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse応答>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の名前。

callback

ServiceCallback<void>

コールバック

get(string, string, string, RequestOptionsBase)

資格情報名で識別される資格情報を取得します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.CredentialGetResponse>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Credential>

コールバック

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の名前。

callback

ServiceCallback<Credential>

コールバック

listByAutomationAccount(string, string, RequestOptionsBase)

資格情報の一覧を取得します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.CredentialListByAutomationAccountResponse>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<CredentialListResult>

コールバック

listByAutomationAccount(string, string, ServiceCallback<CredentialListResult>)

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<CredentialListResult>

コールバック

listByAutomationAccountNext(string, RequestOptionsBase)

資格情報の一覧を取得します。

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

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.CredentialListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<CredentialListResult>)

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

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<CredentialListResult>

コールバック

listByAutomationAccountNext(string, ServiceCallback<CredentialListResult>)

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

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

callback

ServiceCallback<CredentialListResult>

コールバック

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

資格情報を更新します。

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の更新操作に指定されたパラメーター。

parameters
CredentialUpdateParameters

資格情報の更新操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の更新操作に指定されたパラメーター。

parameters
CredentialUpdateParameters

資格情報の更新操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Credential>

コールバック

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

credentialName

string

資格情報の更新操作に指定されたパラメーター。

parameters
CredentialUpdateParameters

資格情報の更新操作に指定されたパラメーター。

callback

ServiceCallback<Credential>

コールバック