共用方式為


CredentialOperations class

代表 CredentialOperations 的類別。

建構函式

CredentialOperations(AutomationClientContext)

建立 CredentialOperations。

方法

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, msRest.RequestOptionsBase)

建立認證。

createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Credential>)
createOrUpdate(string, string, string, CredentialCreateOrUpdateParameters, ServiceCallback<Credential>)
deleteMethod(string, string, string, msRest.RequestOptionsBase)

刪除認證。

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

擷取認證名稱所識別的認證。

get(string, string, string, RequestOptionsBase, ServiceCallback<Credential>)
get(string, string, string, ServiceCallback<Credential>)
listByAutomationAccount(string, string, msRest.RequestOptionsBase)

擷取認證清單。

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

擷取認證清單。

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<CredentialListResult>)
listByAutomationAccountNext(string, ServiceCallback<CredentialListResult>)
update(string, string, string, CredentialUpdateParameters, msRest.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, msRest.RequestOptionsBase)

建立認證。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

credentialName

string

提供給建立或更新認證作業的參數。

parameters
CredentialCreateOrUpdateParameters

提供給建立或更新認證作業的參數。

options
msRest.RequestOptionsBase

傳回

Promise<Models.CredentialCreateOrUpdateResponse>

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

credentialName

string

提供給建立或更新認證作業的參數。

parameters
CredentialCreateOrUpdateParameters

提供給建立或更新認證作業的參數。

callback

ServiceCallback<Credential>

回呼

deleteMethod(string, string, string, msRest.RequestOptionsBase)

刪除認證。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

credentialName

string

認證的名稱。

options
msRest.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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

credentialName

string

認證的名稱。

callback

ServiceCallback<void>

回呼

get(string, string, string, msRest.RequestOptionsBase)

擷取認證名稱所識別的認證。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

credentialName

string

認證的名稱。

options
msRest.RequestOptionsBase

傳回

Promise<Models.CredentialGetResponse>

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

credentialName

string

認證的名稱。

callback

ServiceCallback<Credential>

回呼

listByAutomationAccount(string, string, msRest.RequestOptionsBase)

擷取認證清單。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
msRest.RequestOptionsBase

傳回

Promise<Models.CredentialListByAutomationAccountResponse>

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

自動化帳戶的名稱。

options

RequestOptionsBase

選擇性參數

callback

ServiceCallback<CredentialListResult>

回呼

listByAutomationAccount(string, string, ServiceCallback<CredentialListResult>)

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

callback

ServiceCallback<CredentialListResult>

回呼

listByAutomationAccountNext(string, msRest.RequestOptionsBase)

擷取認證清單。

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
msRest.RequestOptionsBase

傳回

Promise<Models.CredentialListByAutomationAccountNextResponse>

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, msRest.RequestOptionsBase)

更新認證。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

credentialName

string

提供給更新認證作業的參數。

parameters
CredentialUpdateParameters

提供給更新認證作業的參數。

options
msRest.RequestOptionsBase

傳回

Promise<Models.CredentialUpdateResponse>

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

自動化帳戶的名稱。

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

自動化帳戶的名稱。

credentialName

string

提供給更新認證作業的參數。

parameters
CredentialUpdateParameters

提供給更新認證作業的參數。

callback

ServiceCallback<Credential>

回呼