ArmDataBoxModelFactory.ContactInfo(String, String, String, String) Method

Definition

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.

Applies to