Communication Services - List By Subscription

구독별 목록
구독의 모든 리소스를 나열하는 요청을 처리합니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
subscriptionId
path True

string

uuid

대상 구독의 ID입니다. 값은 UUID여야 합니다.

api-version
query True

string

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

CommunicationServiceResourceList

성공. 응답은 구독의 CommunicationServices 목록을 설명합니다.

Other Status Codes

ErrorResponse

작업이 실패한 이유를 설명하는 오류 응답입니다.

예제

List by subscription

Sample Request

GET https://management.azure.com/subscriptions/11112222-3333-4444-5555-666677778888/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/11112222-3333-4444-5555-666677778888/resourceGroups/MyResourceGroup/providers/Microsoft.Communication/CommunicationServices/MyCommunicationResource",
      "name": "MyCommunicationResource",
      "type": "Microsoft.Communication/CommunicationServices",
      "location": "Global",
      "properties": {
        "provisioningState": "Running",
        "dataLocation": "United States",
        "hostName": "mycommunicationservice.comms.azure.net",
        "version": "0.2.0"
      }
    }
  ]
}

정의

Name Description
CommunicationServiceResource

CommunicationService 리소스를 나타내는 클래스입니다.

CommunicationServiceResourceList

CommunicationServices 배열과 다음 집합에 대한 가능한 링크를 포함하는 개체입니다.

CommunicationServices_ProvisioningState

리소스의 프로비전 상태입니다.

createdByType

리소스를 만든 ID의 형식입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

systemData

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

CommunicationServiceResource

CommunicationService 리소스를 나타내는 클래스입니다.

Name 형식 Description
id

string

리소스에 대한 정규화된 리소스 ID입니다. 예: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

location

string

리소스가 있는 지리적 위치

name

string

리소스의 이름입니다.

properties.dataLocation

string

통신 서비스가 미사용 데이터를 저장하는 위치입니다.

properties.hostName

string

CommunicationService instance FQDN.

properties.immutableResourceId

string

통신 서비스의 변경할 수 없는 리소스 ID입니다.

properties.linkedDomains

string[]

전자 메일 도메인 리소스 ID 목록입니다.

properties.notificationHubId

string

이 리소스에 연결된 Azure Notification Hub의 리소스 ID입니다.

properties.provisioningState

CommunicationServices_ProvisioningState

리소스의 프로비전 상태입니다.

properties.version

string

CommunicationService 리소스의 버전입니다. 클라이언트 SDK의 버전이 동일하거나 그 이상 필요할 수 있습니다.

systemData

systemData

createdBy 및 modifiedBy 정보가 포함된 Azure Resource Manager 메타데이터입니다.

tags

object

리소스 태그.

type

string

리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

CommunicationServiceResourceList

CommunicationServices 배열과 다음 집합에 대한 가능한 링크를 포함하는 개체입니다.

Name 형식 Description
nextLink

string

클라이언트가 다음 페이지를 가져오는 데 사용해야 하는 URL입니다(서버 쪽 페이징당). 지금은 null이며 나중에 사용하기 위해 추가되었습니다.

value

CommunicationServiceResource[]

CommunicationService 목록

CommunicationServices_ProvisioningState

리소스의 프로비전 상태입니다.

Name 형식 Description
Canceled

string

Creating

string

Deleting

string

Failed

string

Moving

string

Running

string

Succeeded

string

Unknown

string

Updating

string

createdByType

리소스를 만든 ID의 형식입니다.

Name 형식 Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

Error 개체.

systemData

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

Name 형식 Description
createdAt

string

UTC(리소스 만들기)의 타임스탬프입니다.

createdBy

string

리소스를 만든 ID입니다.

createdByType

createdByType

리소스를 만든 ID의 형식입니다.

lastModifiedAt

string

리소스 마지막 수정의 타임스탬프(UTC)

lastModifiedBy

string

리소스를 마지막으로 수정한 ID입니다.

lastModifiedByType

createdByType

리소스를 마지막으로 수정한 ID 유형입니다.