Compartir a través de


PrivateLinkResourcesOperationsExtensions.GetAsync Método

Definición

Obtiene los recursos de vínculo privado que se deben crear para un PrivateLinkScope de Azure Monitor.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations operations, string resourceGroupName, string scopeName, string groupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, scopeName As String, groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

Parámetros

operations
IPrivateLinkResourcesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

scopeName
String

Nombre del recurso PrivateLinkScope de Azure Monitor.

groupName
String

Nombre del recurso de vínculo privado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a