Uses of Class
com.azure.resourcemanager.support.models.TechnicalTicketDetails
Package
Description
Package containing the inner data models for MicrosoftSupport.
Package containing the data models for MicrosoftSupport.
-
Uses of TechnicalTicketDetails in com.azure.resourcemanager.support.fluent.models
Modifier and TypeMethodDescriptionSupportTicketDetailsInner.technicalTicketDetails()
Get the technicalTicketDetails property: Additional ticket details associated with a technical support ticket request.SupportTicketDetailsProperties.technicalTicketDetails()
Get the technicalTicketDetails property: Additional ticket details associated with a technical support ticket request.Modifier and TypeMethodDescriptionSupportTicketDetailsInner.withTechnicalTicketDetails
(TechnicalTicketDetails technicalTicketDetails) Set the technicalTicketDetails property: Additional ticket details associated with a technical support ticket request.SupportTicketDetailsProperties.withTechnicalTicketDetails
(TechnicalTicketDetails technicalTicketDetails) Set the technicalTicketDetails property: Additional ticket details associated with a technical support ticket request. -
Uses of TechnicalTicketDetails in com.azure.resourcemanager.support.models
Modifier and TypeMethodDescriptionSupportTicketDetails.technicalTicketDetails()
Gets the technicalTicketDetails property: Additional ticket details associated with a technical support ticket request.TechnicalTicketDetails.withResourceId
(String resourceId) Set the resourceId property: 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.Modifier and TypeMethodDescriptionSupportTicketDetails.DefinitionStages.WithTechnicalTicketDetails.withTechnicalTicketDetails
(TechnicalTicketDetails technicalTicketDetails) Specifies the technicalTicketDetails property: Additional ticket details associated with a technical support ticket request..