Dela via


CommunicationServiceResourceCollection Klass

Definition

En klass som representerar en samling av CommunicationServiceResource och deras åtgärder. Var CommunicationServiceResource och en i samlingen tillhör samma instans av ResourceGroupResource. För att hämta en CommunicationServiceResourceCollection instans anropar du metoden GetCommunicationServiceResources från en instans av ResourceGroupResource.

public class CommunicationServiceResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Communication.CommunicationServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Communication.CommunicationServiceResource>
type CommunicationServiceResourceCollection = class
    inherit ArmCollection
    interface seq<CommunicationServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<CommunicationServiceResource>
Public Class CommunicationServiceResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CommunicationServiceResource), IEnumerable(Of CommunicationServiceResource)
Arv
CommunicationServiceResourceCollection
Implementeringar

Konstruktorer

CommunicationServiceResourceCollection()

Initierar en ny instans av CommunicationServiceResourceCollection klassen för att håna.

Egenskaper

Client

Hämtar resursklienten ArmClient som skapades från.

(Ärvd från ArmCollection)
Diagnostics

Hämtar diagnostikalternativen för den här resursklienten.

(Ärvd från ArmCollection)
Endpoint

Hämtar bas-URI:n för den här resursklienten.

(Ärvd från ArmCollection)
Id

Hämtar resursidentifieraren.

(Ärvd från ArmCollection)
Pipeline

Hämtar pipelinen för den här resursklienten.

(Ärvd från ArmCollection)

Metoder

CreateOrUpdate(WaitUntil, String, CommunicationServiceResourceData, CancellationToken)

Skapa en ny CommunicationService eller uppdatera en befintlig CommunicationService.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • Åtgärd IdCommunicationServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CommunicationServiceResourceData, CancellationToken)

Skapa en ny CommunicationService eller uppdatera en befintlig CommunicationService.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • Åtgärd IdCommunicationServices_CreateOrUpdate
Exists(String, CancellationToken)

Kontrollerar om resursen finns i azure.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • Åtgärd IdCommunicationServices_Get
ExistsAsync(String, CancellationToken)

Kontrollerar om resursen finns i azure.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • Åtgärd IdCommunicationServices_Get
Get(String, CancellationToken)

Hämta CommunicationService och dess egenskaper.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • Åtgärd IdCommunicationServices_Get
GetAll(CancellationToken)

Hanterar begäranden om att lista alla resurser i en resursgrupp.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices
  • Åtgärd IdCommunicationServices_ListByResourceGroup
GetAllAsync(CancellationToken)

Hanterar begäranden om att lista alla resurser i en resursgrupp.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices
  • Åtgärd IdCommunicationServices_ListByResourceGroup
GetAsync(String, CancellationToken)

Hämta CommunicationService och dess egenskaper.

  • Sökväg/prenumerationer/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • Åtgärd IdCommunicationServices_Get
TryGetApiVersion(ResourceType, String)

Hämtar api-versionens åsidosättning om den har angetts för de aktuella klientalternativen.

(Ärvd från ArmCollection)

Explicita gränssnittsimplementeringar

IAsyncEnumerable<CommunicationServiceResource>.GetAsyncEnumerator(CancellationToken)

Returnerar en uppräkning som itererar asynkront genom samlingen.

IEnumerable.GetEnumerator()

Returnerar en uppräkning som itererar genom en samling.

IEnumerable<CommunicationServiceResource>.GetEnumerator()

Returnerar en uppräkning som itererar genom samlingen.

Tilläggsmetoder

ToCommaSeparatedString<T>(IEnumerable<T>)

Konverterar elementen i en samling till strängar och sammanfogar dem till en kommaavgränsad lista eller returnerar null för null- eller tomma samlingar.

Gäller för