Freigeben über


NetworkExtensions.GetAvailableServiceAliasesByResourceGroup Methode

Definition

Ruft alle verfügbaren Dienstaliase für diese Ressourcengruppe in dieser Region ab.

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

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

location
AzureLocation

Der Speicherort.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AvailableServiceAlias , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: