Partager via


VoiceServicesExtensions.GetVoiceServicesCommunicationsGateways Méthode

Définition

Surcharges

GetVoiceServicesCommunicationsGateways(ResourceGroupResource)

Obtient une collection de VoiceServicesCommunicationsGatewayResources dans ResourceGroupResource.

GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken)

Répertorier les ressources CommunicationsGateway par ID d’abonnement

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • IdCommunicationsGateways_ListBySubscription d’opération

GetVoiceServicesCommunicationsGateways(ResourceGroupResource)

Obtient une collection de VoiceServicesCommunicationsGatewayResources dans ResourceGroupResource.

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

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

Retours

Objet représentant la collection de VoiceServicesCommunicationsGatewayResources et leurs opérations sur un VoiceServicesCommunicationsGatewayResource.

S’applique à

GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken)

Répertorier les ressources CommunicationsGateway par ID d’abonnement

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • IdCommunicationsGateways_ListBySubscription d’opération
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)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de VoiceServicesCommunicationsGatewayResource qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à