Condividi tramite


SupportInfo Constructors

Definition

Overloads

SupportInfo()

Initializes a new instance of the SupportInfo class.

SupportInfo(String, String, String, String)

Initializes a new instance of the SupportInfo class.

SupportInfo()

Initializes a new instance of the SupportInfo class.

public SupportInfo ();
Public Sub New ()

Applies to

SupportInfo(String, String, String, String)

Initializes a new instance of the SupportInfo class.

public SupportInfo (string url = default, string email = default, string phone = default, string instructions = default);
new Microsoft.Azure.Management.LabServices.Models.SupportInfo : string * string * string * string -> Microsoft.Azure.Management.LabServices.Models.SupportInfo
Public Sub New (Optional url As String = Nothing, Optional email As String = Nothing, Optional phone As String = Nothing, Optional instructions As String = Nothing)

Parameters

url
String

Support web address.

email
String

Support contact email address.

phone
String

Support contact phone number.

instructions
String

Support instructions.

Applies to