Microsoft.Communication emailServices/domains/senderUsernames

ARM template resource definition

The emailServices/domains/senderUsernames resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Communication/emailServices/domains/senderUsernames resource, add the following JSON to your template.

{
  "type": "Microsoft.Communication/emailServices/domains/senderUsernames",
  "apiVersion": "2023-04-01-preview",
  "name": "string",
  "properties": {
    "displayName": "string",
    "username": "string"
  }
}

Property values

emailServices/domains/senderUsernames

Name Description Value
type The resource type 'Microsoft.Communication/emailServices/domains/senderUsernames'
apiVersion The resource api version '2023-04-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The properties of a SenderUsername resource. SenderUsernameProperties

SenderUsernameProperties

Name Description Value
displayName The display name for the senderUsername. string
username A sender senderUsername to be used when sending emails. string (required)