ArmDataBoxModelFactory.DataBoxContactDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contact Details.
public static Azure.ResourceManager.DataBox.Models.DataBoxContactDetails DataBoxContactDetails(string contactName = default, string phone = default, string phoneExtension = default, string mobile = default, System.Collections.Generic.IEnumerable<string> emailList = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.NotificationPreference> notificationPreference = default);
static member DataBoxContactDetails : string * string * string * string * seq<string> * seq<Azure.ResourceManager.DataBox.Models.NotificationPreference> -> Azure.ResourceManager.DataBox.Models.DataBoxContactDetails
Public Shared Function DataBoxContactDetails (Optional contactName As String = Nothing, Optional phone As String = Nothing, Optional phoneExtension As String = Nothing, Optional mobile As String = Nothing, Optional emailList As IEnumerable(Of String) = Nothing, Optional notificationPreference As IEnumerable(Of NotificationPreference) = Nothing) As DataBoxContactDetails
Parameters
- contactName
- String
Contact name of the person.
- phone
- String
Phone number of the contact person.
- phoneExtension
- String
Phone extension number of the contact person.
- mobile
- String
Mobile number of the contact person.
- emailList
- IEnumerable<String>
List of Email-ids to be notified about job progress.
- notificationPreference
- IEnumerable<NotificationPreference>
Notification preference for a job stage.
Returns
A new DataBoxContactDetails instance for mocking.