Communication Services - Update

Operation to update an existing CommunicationService.

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

URI Parameters

Name In Required Type Description
communicationServiceName
path True

string

The name of the CommunicationService resource.

Regex pattern: ^[-\w]+$

resourceGroupName
path True

string

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

uuid

The ID of the target subscription. The value must be an UUID.

api-version
query True

string

The API version to use for this operation.

Request Body

Name Type Description
properties.linkedDomains

string[]

List of email Domain resource Ids.

tags

object

Tags of the service which is a list of key value pairs that describe the resource.

Responses

Name Type Description
200 OK

CommunicationServiceResource

The update request was successful

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Examples

Update resource

Sample Request

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

{
  "tags": {
    "newTag": "newVal"
  }
}

Sample Response

{
  "id": "/subscriptions/11112222-3333-4444-5555-666677778888/resourceGroups/MyResourceGroup/providers/Microsoft.Communication/CommunicationServices/MyCommunicationResource",
  "name": "MyCommunicationResource",
  "type": "Microsoft.Communication/CommunicationServices",
  "location": "Global",
  "tags": {
    "newTag": "newVal"
  },
  "properties": {
    "provisioningState": "Succeeded",
    "dataLocation": "United States",
    "hostName": "mycommunicationresource.communications.azure.com",
    "version": "0.2.0"
  }
}

Definitions

Name Description
CommunicationServiceResource

A class representing a CommunicationService resource.

CommunicationServiceResourceUpdate

A class representing update parameters for CommunicationService resource.

CommunicationServices_ProvisioningState

Provisioning state of the resource.

createdByType

The type of identity that created the resource.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

systemData

Metadata pertaining to creation and last modification of the resource.

CommunicationServiceResource

A class representing a CommunicationService resource.

Name Type Description
id

string

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

location

string

The geo-location where the resource lives

name

string

The name of the resource

properties.dataLocation

string

The location where the communication service stores its data at rest.

properties.hostName

string

FQDN of the CommunicationService instance.

properties.immutableResourceId

string

The immutable resource Id of the communication service.

properties.linkedDomains

string[]

List of email Domain resource Ids.

properties.notificationHubId

string

Resource ID of an Azure Notification Hub linked to this resource.

properties.provisioningState

CommunicationServices_ProvisioningState

Provisioning state of the resource.

properties.version

string

Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs.

systemData

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

object

Resource tags.

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

CommunicationServiceResourceUpdate

A class representing update parameters for CommunicationService resource.

Name Type Description
properties.linkedDomains

string[]

List of email Domain resource Ids.

tags

object

Tags of the service which is a list of key value pairs that describe the resource.

CommunicationServices_ProvisioningState

Provisioning state of the resource.

Name Type Description
Canceled

string

Creating

string

Deleting

string

Failed

string

Moving

string

Running

string

Succeeded

string

Unknown

string

Updating

string

createdByType

The type of identity that created the resource.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.