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.
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"
}
}
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 |
Name | Description | Value |
---|---|---|
displayName | The display name for the senderUsername. | string |
username | A sender senderUsername to be used when sending emails. | string (required) |