Freigeben über


CdnExtensions.GetProfiles Methode

Definition

Überlädt

GetProfiles(ResourceGroupResource)

Ruft eine Auflistung von ProfileResources in ResourceGroupResource ab.

GetProfiles(SubscriptionResource, CancellationToken)

Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile in einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/profiles
  • Vorgang IdProfiles_List

GetProfiles(ResourceGroupResource)

Ruft eine Auflistung von ProfileResources in ResourceGroupResource ab.

public static Azure.ResourceManager.Cdn.ProfileCollection GetProfiles (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetProfiles : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Cdn.ProfileCollection
<Extension()>
Public Function GetProfiles (resourceGroupResource As ResourceGroupResource) As ProfileCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von ProfileResources und deren Vorgänge über eine ProfileResource darstellt.

Gilt für:

GetProfiles(SubscriptionResource, CancellationToken)

Listet alle Azure Front Door Standard-, Azure Front Door Premium- und CDN-Profile in einem Azure-Abonnement auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/profiles
  • Vorgang IdProfiles_List
public static Azure.Pageable<Azure.ResourceManager.Cdn.ProfileResource> GetProfiles (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetProfiles : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Cdn.ProfileResource>
<Extension()>
Public Function GetProfiles (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProfileResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der ProfileResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: