次の方法で共有


AutomationAccountResource.GetLinkedWorkspaceAsync(CancellationToken) メソッド

定義

アカウント ID のリンクされたワークスペースを取得します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象