New-AzActionGroupVoiceReceiverObject
Create an in-memory object for VoiceReceiver.
Syntax
Default (Default)
New-AzActionGroupVoiceReceiverObject
-CountryCode <String>
-Name <String>
-PhoneNumber <String>
[<CommonParameters>]
Description
Create an in-memory object for VoiceReceiver.
Examples
Example 1: create action group voice receiver
New-AzActionGroupVoiceReceiverObject -CountryCode 86 -Name "sample voice" -PhoneNumber 01234567890
CountryCode Name PhoneNumber
----------- ---- -----------
86 sample voice 01234567890
This command creates action group voice receiver object.
Parameters
-CountryCode
The country code of the voice receiver.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Name
The name of the voice receiver. Names must be unique across all receivers within an action group.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-PhoneNumber
The phone number of the voice receiver.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.