New-AzDataBoxContactDetailsObject
Create an in-memory object for ContactDetails.
New-AzDataBoxContactDetailsObject
-ContactName <String>
-EmailList <String[]>
-Phone <String>
[-Mobile <String>]
[-NotificationPreference <INotificationPreference[]>]
[-PhoneExtension <String>]
[<CommonParameters>]
Create an in-memory object for ContactDetails.
New-AzDataBoxContactDetailsObject -ContactName "random" -EmailList @("emailId") -Phone "1234567891"
ContactName EmailList Mobile Phone PhoneExtension
----------- --------- ------ ----- --------------
random {emailId} 1234567891
Create a in-memory object for ContactDetails
Contact name of the person.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
List of Email-ids to be notified about job progress.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Mobile number of the contact person.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Notification preference for a job stage. To construct, see NOTES section for NOTIFICATIONPREFERENCE properties and create a hash table.
Type: | INotificationPreference[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Phone number of the contact person.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Phone extension number of the contact person.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Azure PowerShell feedback
Azure PowerShell is an open source project. Select a link to provide feedback: