다음을 통해 공유


EmailServiceResourceCollection 클래스

정의

및 해당 작업의 컬렉션을 EmailServiceResource 나타내는 클래스입니다. 컬렉션의 각 EmailServiceResource 는 의 동일한 instance 속합니다ResourceGroupResource. instance 호출 EmailServiceResourceCollection 하려면 의 instance GetEmailServiceResources 메서드를 ResourceGroupResource호출합니다.

public class EmailServiceResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Communication.EmailServiceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Communication.EmailServiceResource>
type EmailServiceResourceCollection = class
    inherit ArmCollection
    interface seq<EmailServiceResource>
    interface IEnumerable
    interface IAsyncEnumerable<EmailServiceResource>
Public Class EmailServiceResourceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of EmailServiceResource), IEnumerable(Of EmailServiceResource)
상속
EmailServiceResourceCollection
구현

생성자

EmailServiceResourceCollection()

모의 클래스의 EmailServiceResourceCollection 새 instance 초기화합니다.

속성

Client

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

(다음에서 상속됨 ArmCollection)
Diagnostics

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

(다음에서 상속됨 ArmCollection)
Endpoint

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

(다음에서 상속됨 ArmCollection)
Id

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

(다음에서 상속됨 ArmCollection)
Pipeline

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

(다음에서 상속됨 ArmCollection)

메서드

CreateOrUpdate(WaitUntil, String, EmailServiceResourceData, CancellationToken)

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

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 작업 IdEmailServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, EmailServiceResourceData, CancellationToken)

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

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

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

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

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

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

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

  • 요청 경로/구독/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}
  • 작업 IdEmailServices_Get
GetAll(CancellationToken)

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

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

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

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

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

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

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

(다음에서 상속됨 ArmCollection)

명시적 인터페이스 구현

IAsyncEnumerable<EmailServiceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<EmailServiceResource>.GetEnumerator()

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

확장 메서드

ToCommaSeparatedString<T>(IEnumerable<T>)

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

적용 대상