Skip to content

Latest commit

 

History

History
97 lines (72 loc) · 2.16 KB

New-AzActionGroupVoiceReceiverObject.md

File metadata and controls

97 lines (72 loc) · 2.16 KB
external help file Module Name online version schema
Az.ActionGroup.psm1-help.xml
Az.Monitor
2.0.0

New-AzActionGroupVoiceReceiverObject

SYNOPSIS

Create an in-memory object for VoiceReceiver.

SYNTAX

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.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The name of the voice receiver. Names must be unique across all receivers within an action group.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PhoneNumber

The phone number of the voice receiver.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.VoiceReceiver

NOTES

RELATED LINKS