次の方法で共有


AutomationAccountResource.GetLinkedWorkspace(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象