次の方法で共有


AutomationAccountResource.GetAutomationCredentialAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/credentials/{credentialName}
  • 操作IdCredential_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationCredentialResource>> GetAutomationCredentialAsync (string credentialName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationCredentialAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationCredentialResource>>
override this.GetAutomationCredentialAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationCredentialResource>>
Public Overridable Function GetAutomationCredentialAsync (credentialName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationCredentialResource))

パラメーター

credentialName
String

資格情報の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

credentialName は空の文字列であり、空でないと想定されていました。

credentialName が null です。

適用対象