Freigeben über


AutomationAccountResource.AutomationPrivateLinkResources Methode

Definition

Ruft die Private Link-Ressourcen ab, die für das Automation-Konto erstellt werden müssen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/privateLinkResources
  • Vorgangs-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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AutomationPrivateLinkResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: