Freigeben über


NetworkExtensions.GetAvailablePrivateEndpointTypesByResourceGroup Methode

Definition

Gibt alle Ressourcentypen zurück, die mit einem privaten Endpunkt in diesem Abonnement in dieser Region verknüpft werden können.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/locations/{location}/availablePrivateEndpointTypes
  • Vorgangs-IdAvailablePrivateEndpointTypes_ListByResourceGroup
public static Azure.Pageable<Azure.ResourceManager.Network.Models.AvailablePrivateEndpointType> GetAvailablePrivateEndpointTypesByResourceGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailablePrivateEndpointTypesByResourceGroup : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.AvailablePrivateEndpointType>
<Extension()>
Public Function GetAvailablePrivateEndpointTypesByResourceGroup (resourceGroupResource As ResourceGroupResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvailablePrivateEndpointType)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

location
AzureLocation

Der Speicherort des Domänennamens.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AvailablePrivateEndpointType , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: