ArmDataBoxModelFactory.ContactInfo(String, String, String, String) 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.DataBox.Models.ContactInfo ContactInfo(string contactName = default, string phone = default, string phoneExtension = default, string mobile = default);
static member ContactInfo : string * string * string * string -> Azure.ResourceManager.DataBox.Models.ContactInfo
Public Shared Function ContactInfo (Optional contactName As String = Nothing, Optional phone As String = Nothing, Optional phoneExtension As String = Nothing, Optional mobile As String = Nothing) As ContactInfo
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.
Returns
A new ContactInfo instance for mocking.