Partager via


WebAppsOperationsExtensions.GetPrivateLinkResourcesSlotAsync Méthode

Définition

Obtient les ressources de liaison privée

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

Paramètres

operations
IWebAppsOperations

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

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom du site.

slot
String
cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour Obtient les ressources de liaison privée

S’applique à