Compartir a través de


AppServiceEnvironmentsOperationsExtensions.GetPrivateLinkResourcesAsync Método

Definición

Obtiene los recursos de private link.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper> GetPrivateLinkResourcesAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateLinkResourcesAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper>
<Extension()>
Public Function GetPrivateLinkResourcesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourcesWrapper)

Parámetros

operations
IAppServiceEnvironmentsOperations

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

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Descripción de obtiene los recursos de private link.

Se aplica a