azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket"
name: "UpdateSupportTicket"
nameWithType: "UpdateSupportTicket"
summary: "Updates severity, ticket status, and contact details in the support ticket."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **UpdateSupportTicket**"
constructors:
- uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.UpdateSupportTicket()"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.UpdateSupportTicket()"
name: "UpdateSupportTicket()"
nameWithType: "UpdateSupportTicket.UpdateSupportTicket()"
syntax: "public UpdateSupportTicket()"
methods:
- uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.contactDetails()"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.contactDetails()"
name: "contactDetails()"
nameWithType: "UpdateSupportTicket.contactDetails()"
summary: "Get contact details to be updated on the support ticket."
syntax: "public UpdateContactProfile contactDetails()"
desc: "Get contact details to be updated on the support ticket."
returns:
description: "the contactDetails value"
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.UpdateContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.UpdateContactProfile&text=UpdateContactProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.severity()"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.severity()"
name: "severity()"
nameWithType: "UpdateSupportTicket.severity()"
summary: "Get severity level."
syntax: "public SeverityLevel severity()"
desc: "Get severity level. Possible values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact'."
returns:
description: "the severity value"
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.SeverityLevel?alt=com.microsoft.azure.management.support.v2020_04_01.SeverityLevel&text=SeverityLevel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.status()"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.status()"
name: "status()"
nameWithType: "UpdateSupportTicket.status()"
summary: "Get status to be updated on the ticket."
syntax: "public Status status()"
desc: "Get status to be updated on the ticket. Possible values include: 'open', 'closed'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.Status?alt=com.microsoft.azure.management.support.v2020_04_01.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.withContactDetails(com.microsoft.azure.management.support.v2020_04_01.UpdateContactProfile)"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.withContactDetails(UpdateContactProfile contactDetails)"
name: "withContactDetails(UpdateContactProfile contactDetails)"
nameWithType: "UpdateSupportTicket.withContactDetails(UpdateContactProfile contactDetails)"
summary: "Set contact details to be updated on the support ticket."
parameters:
- description: "the contactDetails value to set"
name: "contactDetails"
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.UpdateContactProfile?alt=com.microsoft.azure.management.support.v2020_04_01.UpdateContactProfile&text=UpdateContactProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UpdateSupportTicket withContactDetails(UpdateContactProfile contactDetails)"
desc: "Set contact details to be updated on the support ticket."
returns:
description: "the UpdateSupportTicket object itself."
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket?alt=com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.withSeverity(com.microsoft.azure.management.support.v2020_04_01.SeverityLevel)"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.withSeverity(SeverityLevel severity)"
name: "withSeverity(SeverityLevel severity)"
nameWithType: "UpdateSupportTicket.withSeverity(SeverityLevel severity)"
summary: "Set severity level."
parameters:
- description: "the severity value to set"
name: "severity"
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.SeverityLevel?alt=com.microsoft.azure.management.support.v2020_04_01.SeverityLevel&text=SeverityLevel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UpdateSupportTicket withSeverity(SeverityLevel severity)"
desc: "Set severity level. Possible values include: 'minimal', 'moderate', 'critical', 'highestcriticalimpact'."
returns:
description: "the UpdateSupportTicket object itself."
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket?alt=com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.withStatus(com.microsoft.azure.management.support.v2020_04_01.Status)"
fullName: "com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket.withStatus(Status status)"
name: "withStatus(Status status)"
nameWithType: "UpdateSupportTicket.withStatus(Status status)"
summary: "Set status to be updated on the ticket."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.Status?alt=com.microsoft.azure.management.support.v2020_04_01.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UpdateSupportTicket withStatus(Status status)"
desc: "Set status to be updated on the ticket. Possible values include: 'open', 'closed'."
returns:
description: "the UpdateSupportTicket object itself."
type: "<xref href=\"com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket?alt=com.microsoft.azure.management.support.v2020_04_01.UpdateSupportTicket&text=UpdateSupportTicket\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Updates severity, ticket status, and contact details in the support ticket."
metadata: {}
package: "com.microsoft.azure.management.support.v2020_04_01"
artifact: com.microsoft.azure.support.v2020_04_01:azure-mgmt-support:1.0.0