ArmDataBoxEdgeModelFactory.DataBoxEdgeContactDetails 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.
public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeContactDetails DataBoxEdgeContactDetails(string contactPerson = default, string companyName = default, string phone = default, System.Collections.Generic.IEnumerable<string> emailList = default);
static member DataBoxEdgeContactDetails : string * string * string * seq<string> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeContactDetails
Public Shared Function DataBoxEdgeContactDetails (Optional contactPerson As String = Nothing, Optional companyName As String = Nothing, Optional phone As String = Nothing, Optional emailList As IEnumerable(Of String) = Nothing) As DataBoxEdgeContactDetails
Parameters
- contactPerson
- String
The contact person name.
- companyName
- String
The name of the company.
- phone
- String
The phone number.
- emailList
- IEnumerable<String>
The email list.
Returns
A new DataBoxEdgeContactDetails instance for mocking.