Partager via


IotCentralPrivateLinkResourceCollection.GetAllAsync(CancellationToken) Méthode

Définition

Obtenir toutes les ressources de liaison privée d’une application IoT Central.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources
  • IdPrivateLinks_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotCentralPrivateLinkResource)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de IotCentralPrivateLinkResource service pour itérer.

S’applique à