Partilhar via


StaticSiteResource.GetPrivateLinkResources(CancellationToken) 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/staticSites/{name}/privateLinkResources
  • Operação IdStaticSites_GetPrivateLinkResources
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> GetPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
override this.GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
Public Overridable Function GetPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePrivateLinkResourceData)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a