Freigeben über


VoiceServicesCommunicationsGatewayCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren VoiceServicesCommunicationsGatewayResource Vorgänge darstellt. Jedes VoiceServicesCommunicationsGatewayResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen VoiceServicesCommunicationsGatewayCollection instance rufen Sie die GetVoiceServicesCommunicationsGateways-Methode aus einer instance von ResourceGroupResourceauf.

public class VoiceServicesCommunicationsGatewayCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayResource>
type VoiceServicesCommunicationsGatewayCollection = class
    inherit ArmCollection
    interface seq<VoiceServicesCommunicationsGatewayResource>
    interface IEnumerable
    interface IAsyncEnumerable<VoiceServicesCommunicationsGatewayResource>
Public Class VoiceServicesCommunicationsGatewayCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of VoiceServicesCommunicationsGatewayResource), IEnumerable(Of VoiceServicesCommunicationsGatewayResource)
Vererbung
VoiceServicesCommunicationsGatewayCollection
Implementiert

Konstruktoren

VoiceServicesCommunicationsGatewayCollection()

Initialisiert eine neue instance der -Klasse für die VoiceServicesCommunicationsGatewayCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, VoiceServicesCommunicationsGatewayData, CancellationToken)

Erstellen eines CommunicationsGateway

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Vorgangs-IdCommunicationsGateways_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, VoiceServicesCommunicationsGatewayData, CancellationToken)

Erstellen eines CommunicationsGateway

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Vorgangs-IdCommunicationsGateways_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Vorgangs-IdCommunicationsGateways_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Vorgangs-IdCommunicationsGateways_Get
Get(String, CancellationToken)

Abrufen eines CommunicationsGateway

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Vorgangs-IdCommunicationsGateways_Get
GetAll(CancellationToken)

Auflisten von CommunicationsGateway-Ressourcen nach Ressourcengruppe

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways
  • Vorgangs-IdCommunicationsGateways_ListByResourceGroup
GetAllAsync(CancellationToken)

Auflisten von CommunicationsGateway-Ressourcen nach Ressourcengruppe

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways
  • Vorgangs-IdCommunicationsGateways_ListByResourceGroup
GetAsync(String, CancellationToken)

Abrufen eines CommunicationsGateway

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Vorgangs-IdCommunicationsGateways_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<VoiceServicesCommunicationsGatewayResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<VoiceServicesCommunicationsGatewayResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: