Partilhar via


WebSiteSlotResource.GetPrivateLinkResourcesSlotAsync Método

Definição

Descrição de Obtém os recursos de link privado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateLinkResources
  • Operação IdWebApps_GetPrivateLinkResourcesSlot
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> GetPrivateLinkResourcesSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourcesSlotAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
override this.GetPrivateLinkResourcesSlotAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
Public Overridable Function GetPrivateLinkResourcesSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePrivateLinkResourceData)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de AppServicePrivateLinkResourceData que pode levar várias solicitações de serviço para iterar.

Aplica-se a