Freigeben über


PrivateDnsZoneGroupCollection.GetAll(CancellationToken) Methode

Definition

Ruft alle privaten DNS-Zonengruppen in einem privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups
  • Vorgangs-IdPrivateDnsZoneGroups_List
public virtual Azure.Pageable<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PrivateDnsZoneGroupResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von PrivateDnsZoneGroupResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: