TechnicalTicketDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.support.models.TechnicalTicketDetails

public final class TechnicalTicketDetails

Additional information for technical support ticket.

Constructor Summary

Constructor Description
TechnicalTicketDetails()

Creates an instance of TechnicalTicketDetails class.

Method Summary

Modifier and Type Method and Description
String resourceId()

Get 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.

void validate()

Validates the instance.

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.

Methods inherited from java.lang.Object

Constructor Details

TechnicalTicketDetails

public TechnicalTicketDetails()

Creates an instance of TechnicalTicketDetails class.

Method Details

resourceId

public String resourceId()

Get 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.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withResourceId

public 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.

Parameters:

resourceId - the resourceId value to set.

Returns:

the TechnicalTicketDetails object itself.

Applies to