Condividi tramite


TechnicalTicketDetails Constructors

Definition

Overloads

TechnicalTicketDetails()

Initializes a new instance of the TechnicalTicketDetails class.

TechnicalTicketDetails(String)

Initializes a new instance of the TechnicalTicketDetails class.

TechnicalTicketDetails()

Initializes a new instance of the TechnicalTicketDetails class.

public TechnicalTicketDetails ();
Public Sub New ()

Applies to

TechnicalTicketDetails(String)

Initializes a new instance of the TechnicalTicketDetails class.

public TechnicalTicketDetails (string resourceId = default);
new Microsoft.Azure.Management.Support.Models.TechnicalTicketDetails : string -> Microsoft.Azure.Management.Support.Models.TechnicalTicketDetails
Public Sub New (Optional resourceId As String = Nothing)

Parameters

resourceId
String

This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created.

Applies to