次の方法で共有


VoiceServicesExtensions.GetVoiceServicesCommunicationsGateways メソッド

定義

オーバーロード

GetVoiceServicesCommunicationsGateways(ResourceGroupResource)

ResourceGroupResource 内の VoiceServicesCommunicationsGatewayResources のコレクションを取得します。

GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken)

サブスクリプション ID で CommunicationsGateway リソースを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • 操作IdCommunicationsGateways_ListBySubscription

GetVoiceServicesCommunicationsGateways(ResourceGroupResource)

ResourceGroupResource 内の VoiceServicesCommunicationsGatewayResources のコレクションを取得します。

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

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

VoiceServicesCommunicationsGatewayResources のコレクションとその VoiceServicesCommunicationsGatewayResource に対する操作を表す オブジェクト。

適用対象

GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken)

サブスクリプション ID で CommunicationsGateway リソースを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • 操作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)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の VoiceServicesCommunicationsGatewayResource サービス要求を受け取る可能性がある のコレクション。

適用対象