VoiceServicesExtensions.GetVoiceServicesCommunicationsGateways Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetVoiceServicesCommunicationsGateways(ResourceGroupResource) |
Ruft eine Auflistung von VoiceServicesCommunicationsGatewayResources in resourceGroupResource ab. |
GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken) |
Auflisten von CommunicationsGateway-Ressourcen nach Abonnement-ID
|
GetVoiceServicesCommunicationsGateways(ResourceGroupResource)
Ruft eine Auflistung von VoiceServicesCommunicationsGatewayResources in resourceGroupResource ab.
public static Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayCollection GetVoiceServicesCommunicationsGateways (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetVoiceServicesCommunicationsGateways : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayCollection
<Extension()>
Public Function GetVoiceServicesCommunicationsGateways (resourceGroupResource As ResourceGroupResource) As VoiceServicesCommunicationsGatewayCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von VoiceServicesCommunicationsGatewayResources und deren Vorgänge über eine VoiceServicesCommunicationsGatewayResource darstellt.
Gilt für:
GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken)
Auflisten von CommunicationsGateway-Ressourcen nach Abonnement-ID
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
- Vorgang IdCommunicationsGateways_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayResource> GetVoiceServicesCommunicationsGateways (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetVoiceServicesCommunicationsGateways : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayResource>
<Extension()>
Public Function GetVoiceServicesCommunicationsGateways (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VoiceServicesCommunicationsGatewayResource)
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 VoiceServicesCommunicationsGatewayResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.