Compartir a través de


AutomationAccountResource.AutomationPrivateLinkResourcesAsync Método

Definición

Obtiene los recursos de vínculo privado que se deben crear para la cuenta de Automation.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/privateLinkResources
  • IdPrivateLinkResources_Automation de operación
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationPrivateLinkResource> AutomationPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member AutomationPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationPrivateLinkResource>
override this.AutomationPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.AutomationPrivateLinkResource>
Public Overridable Function AutomationPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutomationPrivateLinkResource)

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección asincrónica de AutomationPrivateLinkResource que puede tomar varias solicitudes de servicio para iterar.

Se aplica a