ArmDataBoxEdgeModelFactory.DataBoxEdgeContactDetails Method

Definition

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.

Applies to