New-AzActionGroupSmsReceiverObject
Create an in-memory object for SmsReceiver.
Syntax
Default (Default)
New-AzActionGroupSmsReceiverObject
-CountryCode <String>
-Name <String>
-PhoneNumber <String>
[<CommonParameters>]
Description
Create an in-memory object for SmsReceiver.
Examples
Example 1: create action group sms receiver
New-AzActionGroupSmsReceiverObject -CountryCode 86 -Name user1 -PhoneNumber '01234567890'
CountryCode Name PhoneNumber Status
----------- ---- ----------- ------
86 user1 01234567890
This command creates action group sms receiver object.
Parameters
-CountryCode
The country code of the SMS 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 SMS 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 SMS 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.