次の方法で共有


AutomationAccountResource.AutomationPrivateLinkResources メソッド

定義

Automation アカウント用に作成する必要があるプライベート リンク リソースを取得します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の AutomationPrivateLinkResource サービス要求を受け取る可能性がある のコレクション。

適用対象