CredentialOperations class
CredentialOperations を表すクラス。
コンストラクター
| Credential |
CredentialOperations を作成します。 |
メソッド
コンストラクターの詳細
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<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
Automation アカウントの名前。
- credentialName
-
string
資格情報の作成または更新操作に指定されたパラメーター。
- parameters
- CredentialCreateOrUpdateParameters
資格情報の作成または更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
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
コールバック
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<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
Automation アカウントの名前。
- credentialName
-
string
資格情報の名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
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
コールバック
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
コールバック
listByAutomationAccount(string, string, ServiceCallback<CredentialListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<CredentialListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック
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
コールバック
listByAutomationAccountNext(string, ServiceCallback<CredentialListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<CredentialListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- callback
コールバック
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<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
Automation アカウントの名前。
- credentialName
-
string
資格情報の更新操作に指定されたパラメーター。
- parameters
- CredentialUpdateParameters
資格情報の更新操作に指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
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
コールバック