Freigeben über


CommunicationExtensions.GetCommunicationServiceResources Methode

Definition

Überlädt

GetCommunicationServiceResources(ResourceGroupResource)

Ruft eine Auflistung von CommunicationServiceResources in ResourceGroupResource ab.

GetCommunicationServiceResources(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Communication/communicationServices
  • Vorgang IdCommunicationServices_ListBySubscription

GetCommunicationServiceResources(ResourceGroupResource)

Ruft eine Auflistung von CommunicationServiceResources in ResourceGroupResource ab.

public static Azure.ResourceManager.Communication.CommunicationServiceResourceCollection GetCommunicationServiceResources (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetCommunicationServiceResources : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Communication.CommunicationServiceResourceCollection
<Extension()>
Public Function GetCommunicationServiceResources (resourceGroupResource As ResourceGroupResource) As CommunicationServiceResourceCollection

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

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

Gilt für:

GetCommunicationServiceResources(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

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

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 CommunicationServiceResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: