Freigeben über


PurviewPrivateEndpointConnectionCollection.GetAll Methode

Definition

Abrufen von Verbindungen mit privaten Endpunkten für das Konto

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_ListByAccount
public virtual Azure.Pageable<Azure.ResourceManager.Purview.PurviewPrivateEndpointConnectionResource> GetAll (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewPrivateEndpointConnectionResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PurviewPrivateEndpointConnectionResource)

Parameter

skipToken
String

Das Skip-Token.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von PurviewPrivateEndpointConnectionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: