다음을 통해 공유


CommunicationServiceResourceCollection 클래스

정의

및 해당 작업의 컬렉션을 CommunicationServiceResource 나타내는 클래스입니다. 컬렉션의 각 CommunicationServiceResource 는 의 동일한 instance 속합니다ResourceGroupResource. instance 호출 CommunicationServiceResourceCollection 하려면 의 instance GetCommunicationServiceResources 메서드를 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)
상속
CommunicationServiceResourceCollection
구현

생성자

CommunicationServiceResourceCollection()

모의를 위해 클래스의 CommunicationServiceResourceCollection 새 instance 초기화합니다.

속성

Client

이 리소스 클라이언트를 ArmClient 만든 을 가져옵니다.

(다음에서 상속됨 ArmCollection)
Diagnostics

이 리소스 클라이언트에 대한 진단 옵션을 가져옵니다.

(다음에서 상속됨 ArmCollection)
Endpoint

이 리소스 클라이언트의 기본 URI를 가져옵니다.

(다음에서 상속됨 ArmCollection)
Id

리소스 식별자를 가져옵니다.

(다음에서 상속됨 ArmCollection)
Pipeline

이 리소스 클라이언트에 대한 파이프라인을 가져옵니다.

(다음에서 상속됨 ArmCollection)

메서드

CreateOrUpdate(WaitUntil, String, CommunicationServiceResourceData, CancellationToken)

새 CommunicationService를 만들거나 기존 CommunicationService를 업데이트합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 작업 IdCommunicationServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CommunicationServiceResourceData, CancellationToken)

새 CommunicationService를 만들거나 기존 CommunicationService를 업데이트합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 작업 IdCommunicationServices_CreateOrUpdate
Exists(String, CancellationToken)

리소스가 azure에 있는지 확인합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 작업 IdCommunicationServices_Get
ExistsAsync(String, CancellationToken)

리소스가 azure에 있는지 확인합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 작업 IdCommunicationServices_Get
Get(String, CancellationToken)

CommunicationService 및 해당 속성을 가져옵니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 작업 IdCommunicationServices_Get
GetAll(CancellationToken)

리소스 그룹의 모든 리소스를 나열하는 요청을 처리합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices
  • 작업 IdCommunicationServices_ListByResourceGroup
GetAllAsync(CancellationToken)

리소스 그룹의 모든 리소스를 나열하는 요청을 처리합니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices
  • 작업 IdCommunicationServices_ListByResourceGroup
GetAsync(String, CancellationToken)

CommunicationService 및 해당 속성을 가져옵니다.

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • 작업 IdCommunicationServices_Get
TryGetApiVersion(ResourceType, String)

현재 클라이언트 옵션에 대해 설정된 경우 api 버전 재정의를 가져옵니다.

(다음에서 상속됨 ArmCollection)

명시적 인터페이스 구현

IAsyncEnumerable<CommunicationServiceResource>.GetAsyncEnumerator(CancellationToken)

컬렉션을 통해 비동기적으로 반복하는 열거자를 반환합니다.

IEnumerable.GetEnumerator()

컬렉션을 반복하는 열거자를 반환합니다.

IEnumerable<CommunicationServiceResource>.GetEnumerator()

컬렉션을 반복하는 열거자를 반환합니다.

확장 메서드

ToCommaSeparatedString<T>(IEnumerable<T>)

컬렉션의 요소를 문자열로 변환하고 쉼표로 구분된 목록으로 연결하거나 null 또는 빈 컬렉션에 대해 null을 반환합니다.

적용 대상