CommunicationServiceResourceUpdate interface
A class representing update parameters for CommunicationService resource.
- Extends
Properties
identity | Managed service identity (system assigned and/or user assigned identities) |
linked |
List of email Domain resource Ids. |
Inherited Properties
tags | Tags of the service which is a list of key value pairs that describe the resource. |
Property Details
identity
Managed service identity (system assigned and/or user assigned identities)
identity?: ManagedServiceIdentity
Property Value
linkedDomains
List of email Domain resource Ids.
linkedDomains?: string[]
Property Value
string[]
Inherited Property Details
tags
Tags of the service which is a list of key value pairs that describe the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TaggedResource.tags