Az.Communication
Microsoft Azure PowerShell: Communication cmdlets
Communication Services
Get-AzCommunicationService |
Get the CommunicationService and its properties. |
Get-AzCommunicationServiceKey |
Get the access keys of the CommunicationService resource. |
Get-AzEmailService |
Get the EmailService and its properties. |
Get-AzEmailServicedataEmailSendResult |
Gets the status of the email send operation. |
Get-AzEmailServiceDomain |
Get the Domains resource and its properties. |
Get-AzEmailServiceSenderUsername |
Get a valid sender username for a domains resource. |
Invoke-AzEmailServiceInitiateDomainVerification |
Initiate verification of DNS record. |
New-AzCommunicationService |
Create a new CommunicationService or update an existing CommunicationService. |
New-AzCommunicationServiceKey |
Regenerate CommunicationService access key. PrimaryKey and SecondaryKey cannot be regenerated at the same time. |
New-AzEmailService |
Create a new EmailService or update an existing EmailService. |
New-AzEmailServiceDomain |
Add a new Domains resource under the parent EmailService resource or update an existing Domains resource. |
New-AzEmailServiceSenderUsername |
Add a new SenderUsername resource under the parent Domains resource or update an existing SenderUsername resource. |
Remove-AzCommunicationService |
Operation to delete a CommunicationService. |
Remove-AzEmailService |
Operation to delete a EmailService. |
Remove-AzEmailServiceDomain |
Operation to delete a Domains resource. |
Remove-AzEmailServiceSenderUsername |
Operation to delete a SenderUsernames resource. |
Send-AzEmailServicedataEmail |
Queues an email message to be sent to one or more recipients |
Set-AzCommunicationServiceNotificationHub |
Links an Azure Notification Hub to this communication service. |
Stop-AzEmailServiceDomainVerification |
Cancel verification of DNS record. |
Test-AzCommunicationServiceNameAvailability |
Checks that the CommunicationService name is valid and is not already in use. |
Update-AzCommunicationService |
Operation to update an existing CommunicationService. |
Update-AzEmailService |
Operation to update an existing EmailService. |
Update-AzEmailServiceDomain |
Operation to update an existing Domains resource. |
Update-AzEmailServiceSenderUsername |
Add a new SenderUsername resource under the parent Domains resource or update an existing SenderUsername resource. |