共用方式為


CommunicationService Class

Definition

CommunicationService.

public class CommunicationService : Azure.Provisioning.Primitives.ProvisionableResource
type CommunicationService = class
    inherit ProvisionableResource
Public Class CommunicationService
Inherits ProvisionableResource
Inheritance

Constructors

CommunicationService(String, String)

Creates a new CommunicationService.

Properties

DataLocation

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

HostName

FQDN of the CommunicationService instance.

Id

Gets the Id.

Identity

Managed service identity (system assigned and/or user assigned identities).

ImmutableResourceId

The immutable resource Id of the communication service.

LinkedDomains

List of email Domain resource Ids.

Location

Gets or sets the Location.

Name

The name of the CommunicationService resource.

NotificationHubId

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

ProvisioningState

Provisioning state of the resource.

SystemData

Gets the SystemData.

Tags

Gets or sets the Tags.

Version

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

Methods

DefineProvisionableProperties()

Define all the provisionable properties of CommunicationService.

FromExisting(String, String)

Creates a reference to an existing CommunicationService.

GetKeys()

Get access keys for this CommunicationService resource.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to