165 строки
13 KiB
YAML
165 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket"
|
|
name: "UpdateSupportTicket"
|
|
nameWithType: "UpdateSupportTicket"
|
|
summary: "Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **UpdateSupportTicket**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.UpdateSupportTicket()"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.UpdateSupportTicket()"
|
|
name: "UpdateSupportTicket()"
|
|
nameWithType: "UpdateSupportTicket.UpdateSupportTicket()"
|
|
summary: "Creates an instance of Update<wbr>Support<wbr>Ticket class."
|
|
syntax: "public UpdateSupportTicket()"
|
|
desc: "Creates an instance of UpdateSupportTicket class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.advancedDiagnosticConsent()"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.advancedDiagnosticConsent()"
|
|
name: "advancedDiagnosticConsent()"
|
|
nameWithType: "UpdateSupportTicket.advancedDiagnosticConsent()"
|
|
summary: "Get the advanced<wbr>Diagnostic<wbr>Consent property: Advanced diagnostic consent to be updated on the support ticket."
|
|
syntax: "public Consent advancedDiagnosticConsent()"
|
|
desc: "Get the advancedDiagnosticConsent property: Advanced diagnostic consent to be updated on the support ticket."
|
|
returns:
|
|
description: "the advancedDiagnosticConsent value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.Consent?alt=com.azure.resourcemanager.support.models.Consent&text=Consent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.contactDetails()"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.contactDetails()"
|
|
name: "contactDetails()"
|
|
nameWithType: "UpdateSupportTicket.contactDetails()"
|
|
summary: "Get the contact<wbr>Details property: Contact details to be updated on the support ticket."
|
|
syntax: "public UpdateContactProfile contactDetails()"
|
|
desc: "Get the contactDetails property: Contact details to be updated on the support ticket."
|
|
returns:
|
|
description: "the contactDetails value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.UpdateContactProfile?alt=com.azure.resourcemanager.support.models.UpdateContactProfile&text=UpdateContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.secondaryConsent()"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.secondaryConsent()"
|
|
name: "secondaryConsent()"
|
|
nameWithType: "UpdateSupportTicket.secondaryConsent()"
|
|
summary: "Get the secondary<wbr>Consent property: This property indicates secondary consents for the support ticket."
|
|
syntax: "public List<SecondaryConsent> secondaryConsent()"
|
|
desc: "Get the secondaryConsent property: This property indicates secondary consents for the support ticket."
|
|
returns:
|
|
description: "the secondaryConsent value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.support.models.SecondaryConsent?alt=com.azure.resourcemanager.support.models.SecondaryConsent&text=SecondaryConsent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.severity()"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.severity()"
|
|
name: "severity()"
|
|
nameWithType: "UpdateSupportTicket.severity()"
|
|
summary: "Get the severity property: Severity level."
|
|
syntax: "public SeverityLevel severity()"
|
|
desc: "Get the severity property: Severity level."
|
|
returns:
|
|
description: "the severity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.SeverityLevel?alt=com.azure.resourcemanager.support.models.SeverityLevel&text=SeverityLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.status()"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.status()"
|
|
name: "status()"
|
|
nameWithType: "UpdateSupportTicket.status()"
|
|
summary: "Get the status property: Status to be updated on the ticket."
|
|
syntax: "public Status status()"
|
|
desc: "Get the status property: Status to be updated on the ticket."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.Status?alt=com.azure.resourcemanager.support.models.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.validate()"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.validate()"
|
|
name: "validate()"
|
|
nameWithType: "UpdateSupportTicket.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withAdvancedDiagnosticConsent(com.azure.resourcemanager.support.models.Consent)"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withAdvancedDiagnosticConsent(Consent advancedDiagnosticConsent)"
|
|
name: "withAdvancedDiagnosticConsent(Consent advancedDiagnosticConsent)"
|
|
nameWithType: "UpdateSupportTicket.withAdvancedDiagnosticConsent(Consent advancedDiagnosticConsent)"
|
|
summary: "Set the advanced<wbr>Diagnostic<wbr>Consent property: Advanced diagnostic consent to be updated on the support ticket."
|
|
parameters:
|
|
- description: "the advancedDiagnosticConsent value to set."
|
|
name: "advancedDiagnosticConsent"
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.Consent?alt=com.azure.resourcemanager.support.models.Consent&text=Consent\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UpdateSupportTicket withAdvancedDiagnosticConsent(Consent advancedDiagnosticConsent)"
|
|
desc: "Set the advancedDiagnosticConsent property: Advanced diagnostic consent to be updated on the support ticket."
|
|
returns:
|
|
description: "the UpdateSupportTicket object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.UpdateSupportTicket?alt=com.azure.resourcemanager.support.models.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withContactDetails(com.azure.resourcemanager.support.models.UpdateContactProfile)"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withContactDetails(UpdateContactProfile contactDetails)"
|
|
name: "withContactDetails(UpdateContactProfile contactDetails)"
|
|
nameWithType: "UpdateSupportTicket.withContactDetails(UpdateContactProfile contactDetails)"
|
|
summary: "Set the contact<wbr>Details property: Contact details to be updated on the support ticket."
|
|
parameters:
|
|
- description: "the contactDetails value to set."
|
|
name: "contactDetails"
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.UpdateContactProfile?alt=com.azure.resourcemanager.support.models.UpdateContactProfile&text=UpdateContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UpdateSupportTicket withContactDetails(UpdateContactProfile contactDetails)"
|
|
desc: "Set the contactDetails property: Contact details to be updated on the support ticket."
|
|
returns:
|
|
description: "the UpdateSupportTicket object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.UpdateSupportTicket?alt=com.azure.resourcemanager.support.models.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withSecondaryConsent(java.util.List<com.azure.resourcemanager.support.models.SecondaryConsent>)"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withSecondaryConsent(List<SecondaryConsent> secondaryConsent)"
|
|
name: "withSecondaryConsent(List<SecondaryConsent> secondaryConsent)"
|
|
nameWithType: "UpdateSupportTicket.withSecondaryConsent(List<SecondaryConsent> secondaryConsent)"
|
|
summary: "Set the secondary<wbr>Consent property: This property indicates secondary consents for the support ticket."
|
|
parameters:
|
|
- description: "the secondaryConsent value to set."
|
|
name: "secondaryConsent"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.support.models.SecondaryConsent?alt=com.azure.resourcemanager.support.models.SecondaryConsent&text=SecondaryConsent\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public UpdateSupportTicket withSecondaryConsent(List<SecondaryConsent> secondaryConsent)"
|
|
desc: "Set the secondaryConsent property: This property indicates secondary consents for the support ticket."
|
|
returns:
|
|
description: "the UpdateSupportTicket object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.UpdateSupportTicket?alt=com.azure.resourcemanager.support.models.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withSeverity(com.azure.resourcemanager.support.models.SeverityLevel)"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withSeverity(SeverityLevel severity)"
|
|
name: "withSeverity(SeverityLevel severity)"
|
|
nameWithType: "UpdateSupportTicket.withSeverity(SeverityLevel severity)"
|
|
summary: "Set the severity property: Severity level."
|
|
parameters:
|
|
- description: "the severity value to set."
|
|
name: "severity"
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.SeverityLevel?alt=com.azure.resourcemanager.support.models.SeverityLevel&text=SeverityLevel\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UpdateSupportTicket withSeverity(SeverityLevel severity)"
|
|
desc: "Set the severity property: Severity level."
|
|
returns:
|
|
description: "the UpdateSupportTicket object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.UpdateSupportTicket?alt=com.azure.resourcemanager.support.models.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withStatus(com.azure.resourcemanager.support.models.Status)"
|
|
fullName: "com.azure.resourcemanager.support.models.UpdateSupportTicket.withStatus(Status status)"
|
|
name: "withStatus(Status status)"
|
|
nameWithType: "UpdateSupportTicket.withStatus(Status status)"
|
|
summary: "Set the status property: Status to be updated on the ticket."
|
|
parameters:
|
|
- description: "the status value to set."
|
|
name: "status"
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.Status?alt=com.azure.resourcemanager.support.models.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public UpdateSupportTicket withStatus(Status status)"
|
|
desc: "Set the status property: Status to be updated on the ticket."
|
|
returns:
|
|
description: "the UpdateSupportTicket object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.UpdateSupportTicket?alt=com.azure.resourcemanager.support.models.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Updates severity, ticket status, contact details, advanced diagnostic consent and secondary consent in the support ticket."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.support.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0
|