Partager via


PrivateLinkResourcesOperationsExtensions.AutomationMethodAsync Méthode

Définition

Obtient les ressources de liaison privée qui doivent être créées pour le compte Automation.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.PrivateLinkResource>> AutomationMethodAsync (this Microsoft.Azure.Management.Automation.IPrivateLinkResourcesOperations operations, string resourceGroupName, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member AutomationMethodAsync : Microsoft.Azure.Management.Automation.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Automation.Models.PrivateLinkResource>>
<Extension()>
Public Function AutomationMethodAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of PrivateLinkResource))

Paramètres

operations
IPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à