CommunicationService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CommunicationService.
public class CommunicationService : Azure.Provisioning.Primitives.ProvisionableResource
type CommunicationService = class
inherit ProvisionableResource
Public Class CommunicationService
Inherits ProvisionableResource
- Inheritance
-
CommunicationService
Constructors
CommunicationService(String, String) |
Creates a new CommunicationService. |
Properties
BicepIdentifier |
Gets or sets the the Bicep identifier name of the resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores. (Inherited from NamedProvisionableConstruct) |
DataLocation |
The location where the communication service stores its data at rest. |
DependsOn |
Declares explicit dependencies on other resources. (Inherited from ProvisionableResource) |
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. |
IsExistingResource |
Gets whether this is referencing an existing resource or we're defining a new resource. (Inherited from ProvisionableResource) |
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. |
ResourceType |
Gets the type of the resource. (Inherited from ProvisionableResource) |
ResourceVersion |
Gets or sets the version of the resource. (Inherited from ProvisionableResource) |
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
AssignOrReplace<T>(T, T) | (Inherited from ProvisionableConstruct) |
Build(ProvisioningBuildOptions) |
Compose the resource into a provisioning plan that can be saved as Bicep or deployed directly. (Inherited from ProvisionableResource) |
Compile() |
Compile the resource into a set of Bicep statements. (Inherited from ProvisionableResource) |
DefineDictionaryProperty<T>(String, String[], Boolean, Boolean) | (Inherited from ProvisionableConstruct) |
DefineListProperty<T>(String, String[], Boolean, Boolean) | (Inherited from ProvisionableConstruct) |
DefineModelProperty<T>(String, String[], Boolean, Boolean, Boolean, String) | (Inherited from ProvisionableConstruct) |
DefineProperty<T>(String, String[], Boolean, Boolean, Boolean, BicepValue<T>, String) | (Inherited from ProvisionableConstruct) |
DefineProvisionableProperties() |
Define all the provisionable properties of CommunicationService. |
DefineResource<T>(String, String[], Boolean, Boolean, T) | (Inherited from ProvisionableResource) |
FromExisting(String, String) |
Creates a reference to an existing CommunicationService. |
GetKeys() |
Get access keys for this CommunicationService resource. |
GetProvisionableResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Initialize() |
Initialize this construct. (Inherited from ProvisionableConstruct) |
OverrideWithExpression(BicepExpression) | (Inherited from ProvisionableConstruct) |
Resolve(ProvisioningBuildOptions) |
Resolve any resources or properties that were not explicitly specified. (Inherited from ProvisionableConstruct) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningBuildOptions) |
Validate the presence of any required members. (Inherited from ProvisionableResource) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |
Applies to
Azure SDK for .NET