ArmEdgeOrderModelFactory.EdgeOrderAddressContactDetails 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.EdgeOrder.Models.EdgeOrderAddressContactDetails EdgeOrderAddressContactDetails(string contactName = default, string phone = default, string phoneExtension = default, string mobile = default, System.Collections.Generic.IEnumerable<string> emailList = default);
static member EdgeOrderAddressContactDetails : string * string * string * string * seq<string> -> Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressContactDetails
Public Shared Function EdgeOrderAddressContactDetails (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) As EdgeOrderAddressContactDetails
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.
Returns
A new EdgeOrderAddressContactDetails instance for mocking.