TechnicalTicketDetails Constructors
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.
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.