426 строки
26 KiB
YAML
426 строки
26 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.support.models.SupportTicketDetails"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails"
|
|
name: "SupportTicketDetails"
|
|
nameWithType: "SupportTicketDetails"
|
|
summary: "An immutable client-side representation of Support<wbr>Ticket<wbr>Details."
|
|
syntax: "public interface **SupportTicketDetails**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.advancedDiagnosticConsent()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.advancedDiagnosticConsent()"
|
|
name: "advancedDiagnosticConsent()"
|
|
nameWithType: "SupportTicketDetails.advancedDiagnosticConsent()"
|
|
summary: "Gets the advanced<wbr>Diagnostic<wbr>Consent property: Advanced diagnostic consent to be updated on the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Consent advancedDiagnosticConsent()"
|
|
desc: "Gets 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.SupportTicketDetails.contactDetails()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.contactDetails()"
|
|
name: "contactDetails()"
|
|
nameWithType: "SupportTicketDetails.contactDetails()"
|
|
summary: "Gets the contact<wbr>Details property: Contact information of the user requesting to create a support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ContactProfile contactDetails()"
|
|
desc: "Gets the contactDetails property: Contact information of the user requesting to create a support ticket."
|
|
returns:
|
|
description: "the contactDetails value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.ContactProfile?alt=com.azure.resourcemanager.support.models.ContactProfile&text=ContactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.createdDate()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.createdDate()"
|
|
name: "createdDate()"
|
|
nameWithType: "SupportTicketDetails.createdDate()"
|
|
summary: "Gets the created<wbr>Date property: Time in UTC (ISO 8601 format) when the support ticket was created."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime createdDate()"
|
|
desc: "Gets the createdDate property: Time in UTC (ISO 8601 format) when the support ticket was created."
|
|
returns:
|
|
description: "the createdDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.description()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.description()"
|
|
name: "description()"
|
|
nameWithType: "SupportTicketDetails.description()"
|
|
summary: "Gets the description property: Detailed description of the question or issue."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String description()"
|
|
desc: "Gets the description property: Detailed description of the question or issue."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.enrollmentId()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.enrollmentId()"
|
|
name: "enrollmentId()"
|
|
nameWithType: "SupportTicketDetails.enrollmentId()"
|
|
summary: "Gets the enrollment<wbr>Id property: Enrollment Id associated with the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String enrollmentId()"
|
|
desc: "Gets the enrollmentId property: Enrollment Id associated with the support ticket."
|
|
returns:
|
|
description: "the enrollmentId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.fileWorkspaceName()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.fileWorkspaceName()"
|
|
name: "fileWorkspaceName()"
|
|
nameWithType: "SupportTicketDetails.fileWorkspaceName()"
|
|
summary: "Gets the file<wbr>Workspace<wbr>Name property: File workspace name."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String fileWorkspaceName()"
|
|
desc: "Gets the fileWorkspaceName property: File workspace name."
|
|
returns:
|
|
description: "the fileWorkspaceName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.id()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.id()"
|
|
name: "id()"
|
|
nameWithType: "SupportTicketDetails.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.innerModel()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "SupportTicketDetails.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>support.<wbr>fluent.<wbr>models.<wbr>Support<wbr>Ticket<wbr>Details<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SupportTicketDetailsInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.support.fluent.models.SupportTicketDetailsInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.fluent.models.SupportTicketDetailsInner?alt=com.azure.resourcemanager.support.fluent.models.SupportTicketDetailsInner&text=SupportTicketDetailsInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.isTemporaryTicket()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.isTemporaryTicket()"
|
|
name: "isTemporaryTicket()"
|
|
nameWithType: "SupportTicketDetails.isTemporaryTicket()"
|
|
summary: "Gets the is<wbr>Temporary<wbr>Ticket property: This property indicates if support ticket is a temporary ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IsTemporaryTicket isTemporaryTicket()"
|
|
desc: "Gets the isTemporaryTicket property: This property indicates if support ticket is a temporary ticket."
|
|
returns:
|
|
description: "the isTemporaryTicket value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.IsTemporaryTicket?alt=com.azure.resourcemanager.support.models.IsTemporaryTicket&text=IsTemporaryTicket\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.modifiedDate()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.modifiedDate()"
|
|
name: "modifiedDate()"
|
|
nameWithType: "SupportTicketDetails.modifiedDate()"
|
|
summary: "Gets the modified<wbr>Date property: Time in UTC (ISO 8601 format) when the support ticket was last modified."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime modifiedDate()"
|
|
desc: "Gets the modifiedDate property: Time in UTC (ISO 8601 format) when the support ticket was last modified."
|
|
returns:
|
|
description: "the modifiedDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.name()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.name()"
|
|
name: "name()"
|
|
nameWithType: "SupportTicketDetails.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemClassificationDisplayName()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemClassificationDisplayName()"
|
|
name: "problemClassificationDisplayName()"
|
|
nameWithType: "SupportTicketDetails.problemClassificationDisplayName()"
|
|
summary: "Gets the problem<wbr>Classification<wbr>Display<wbr>Name property: Localized name of problem classification."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String problemClassificationDisplayName()"
|
|
desc: "Gets the problemClassificationDisplayName property: Localized name of problem classification."
|
|
returns:
|
|
description: "the problemClassificationDisplayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemClassificationId()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemClassificationId()"
|
|
name: "problemClassificationId()"
|
|
nameWithType: "SupportTicketDetails.problemClassificationId()"
|
|
summary: "Gets the problem<wbr>Classification<wbr>Id property: Each Azure service has its own set of issue categories, also known as problem classification."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String problemClassificationId()"
|
|
desc: "Gets the problemClassificationId property: Each Azure service has its own set of issue categories, also known as problem classification. This parameter is the unique Id for the type of problem you are experiencing."
|
|
returns:
|
|
description: "the problemClassificationId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemScopingQuestions()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemScopingQuestions()"
|
|
name: "problemScopingQuestions()"
|
|
nameWithType: "SupportTicketDetails.problemScopingQuestions()"
|
|
summary: "Gets the problem<wbr>Scoping<wbr>Questions property: Problem scoping questions associated with the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String problemScopingQuestions()"
|
|
desc: "Gets the problemScopingQuestions property: Problem scoping questions associated with the support ticket."
|
|
returns:
|
|
description: "the problemScopingQuestions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemStartTime()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.problemStartTime()"
|
|
name: "problemStartTime()"
|
|
nameWithType: "SupportTicketDetails.problemStartTime()"
|
|
summary: "Gets the problem<wbr>Start<wbr>Time property: Time in UTC (ISO 8601 format) when the problem started."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime problemStartTime()"
|
|
desc: "Gets the problemStartTime property: Time in UTC (ISO 8601 format) when the problem started."
|
|
returns:
|
|
description: "the problemStartTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.quotaTicketDetails()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.quotaTicketDetails()"
|
|
name: "quotaTicketDetails()"
|
|
nameWithType: "SupportTicketDetails.quotaTicketDetails()"
|
|
summary: "Gets the quota<wbr>Ticket<wbr>Details property: Additional ticket details associated with a quota support ticket request."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract QuotaTicketDetails quotaTicketDetails()"
|
|
desc: "Gets the quotaTicketDetails property: Additional ticket details associated with a quota support ticket request."
|
|
returns:
|
|
description: "the quotaTicketDetails value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.QuotaTicketDetails?alt=com.azure.resourcemanager.support.models.QuotaTicketDetails&text=QuotaTicketDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.refresh()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "SupportTicketDetails.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SupportTicketDetails refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.SupportTicketDetails?alt=com.azure.resourcemanager.support.models.SupportTicketDetails&text=SupportTicketDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "SupportTicketDetails.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SupportTicketDetails refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.SupportTicketDetails?alt=com.azure.resourcemanager.support.models.SupportTicketDetails&text=SupportTicketDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.require24X7Response()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.require24X7Response()"
|
|
name: "require24X7Response()"
|
|
nameWithType: "SupportTicketDetails.require24X7Response()"
|
|
summary: "Gets the require24X7Response property: Indicates if this requires a 24x7 response from Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean require24X7Response()"
|
|
desc: "Gets the require24X7Response property: Indicates if this requires a 24x7 response from Azure."
|
|
returns:
|
|
description: "the require24X7Response value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.secondaryConsent()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.secondaryConsent()"
|
|
name: "secondaryConsent()"
|
|
nameWithType: "SupportTicketDetails.secondaryConsent()"
|
|
summary: "Gets the secondary<wbr>Consent property: This property indicates secondary consents for the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SecondaryConsent> secondaryConsent()"
|
|
desc: "Gets 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.SupportTicketDetails.serviceDisplayName()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.serviceDisplayName()"
|
|
name: "serviceDisplayName()"
|
|
nameWithType: "SupportTicketDetails.serviceDisplayName()"
|
|
summary: "Gets the service<wbr>Display<wbr>Name property: Localized name of the Azure service."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String serviceDisplayName()"
|
|
desc: "Gets the serviceDisplayName property: Localized name of the Azure service."
|
|
returns:
|
|
description: "the serviceDisplayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.serviceId()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.serviceId()"
|
|
name: "serviceId()"
|
|
nameWithType: "SupportTicketDetails.serviceId()"
|
|
summary: "Gets the service<wbr>Id property: This is the resource Id of the Azure service resource associated with the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String serviceId()"
|
|
desc: "Gets the serviceId property: This is the resource Id of the Azure service resource associated with the support ticket."
|
|
returns:
|
|
description: "the serviceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.serviceLevelAgreement()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.serviceLevelAgreement()"
|
|
name: "serviceLevelAgreement()"
|
|
nameWithType: "SupportTicketDetails.serviceLevelAgreement()"
|
|
summary: "Gets the service<wbr>Level<wbr>Agreement property: Service Level Agreement information for this support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ServiceLevelAgreement serviceLevelAgreement()"
|
|
desc: "Gets the serviceLevelAgreement property: Service Level Agreement information for this support ticket."
|
|
returns:
|
|
description: "the serviceLevelAgreement value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.ServiceLevelAgreement?alt=com.azure.resourcemanager.support.models.ServiceLevelAgreement&text=ServiceLevelAgreement\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.severity()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.severity()"
|
|
name: "severity()"
|
|
nameWithType: "SupportTicketDetails.severity()"
|
|
summary: "Gets the severity property: A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SeverityLevel severity()"
|
|
desc: "Gets the severity property: A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers."
|
|
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.SupportTicketDetails.status()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.status()"
|
|
name: "status()"
|
|
nameWithType: "SupportTicketDetails.status()"
|
|
summary: "Gets the status property: Status of the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String status()"
|
|
desc: "Gets the status property: Status of the support ticket."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportEngineer()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportEngineer()"
|
|
name: "supportEngineer()"
|
|
nameWithType: "SupportTicketDetails.supportEngineer()"
|
|
summary: "Gets the support<wbr>Engineer property: Information about the support engineer working on this support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SupportEngineer supportEngineer()"
|
|
desc: "Gets the supportEngineer property: Information about the support engineer working on this support ticket."
|
|
returns:
|
|
description: "the supportEngineer value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.SupportEngineer?alt=com.azure.resourcemanager.support.models.SupportEngineer&text=SupportEngineer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportPlanDisplayName()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportPlanDisplayName()"
|
|
name: "supportPlanDisplayName()"
|
|
nameWithType: "SupportTicketDetails.supportPlanDisplayName()"
|
|
summary: "Gets the support<wbr>Plan<wbr>Display<wbr>Name property: Support plan type associated with the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String supportPlanDisplayName()"
|
|
desc: "Gets the supportPlanDisplayName property: Support plan type associated with the support ticket."
|
|
returns:
|
|
description: "the supportPlanDisplayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportPlanId()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportPlanId()"
|
|
name: "supportPlanId()"
|
|
nameWithType: "SupportTicketDetails.supportPlanId()"
|
|
summary: "Gets the support<wbr>Plan<wbr>Id property: Support plan id associated with the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String supportPlanId()"
|
|
desc: "Gets the supportPlanId property: Support plan id associated with the support ticket."
|
|
returns:
|
|
description: "the supportPlanId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportPlanType()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportPlanType()"
|
|
name: "supportPlanType()"
|
|
nameWithType: "SupportTicketDetails.supportPlanType()"
|
|
summary: "Gets the support<wbr>Plan<wbr>Type property: Support plan type associated with the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String supportPlanType()"
|
|
desc: "Gets the supportPlanType property: Support plan type associated with the support ticket."
|
|
returns:
|
|
description: "the supportPlanType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportTicketId()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.supportTicketId()"
|
|
name: "supportTicketId()"
|
|
nameWithType: "SupportTicketDetails.supportTicketId()"
|
|
summary: "Gets the support<wbr>Ticket<wbr>Id property: System generated support ticket Id that is unique."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String supportTicketId()"
|
|
desc: "Gets the supportTicketId property: System generated support ticket Id that is unique."
|
|
returns:
|
|
description: "the supportTicketId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.technicalTicketDetails()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.technicalTicketDetails()"
|
|
name: "technicalTicketDetails()"
|
|
nameWithType: "SupportTicketDetails.technicalTicketDetails()"
|
|
summary: "Gets the technical<wbr>Ticket<wbr>Details property: Additional ticket details associated with a technical support ticket request."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract TechnicalTicketDetails technicalTicketDetails()"
|
|
desc: "Gets the technicalTicketDetails property: Additional ticket details associated with a technical support ticket request."
|
|
returns:
|
|
description: "the technicalTicketDetails value."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.TechnicalTicketDetails?alt=com.azure.resourcemanager.support.models.TechnicalTicketDetails&text=TechnicalTicketDetails\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.title()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.title()"
|
|
name: "title()"
|
|
nameWithType: "SupportTicketDetails.title()"
|
|
summary: "Gets the title property: Title of the support ticket."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String title()"
|
|
desc: "Gets the title property: Title of the support ticket."
|
|
returns:
|
|
description: "the title value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.type()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.type()"
|
|
name: "type()"
|
|
nameWithType: "SupportTicketDetails.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.SupportTicketDetails.update()"
|
|
fullName: "com.azure.resourcemanager.support.models.SupportTicketDetails.update()"
|
|
name: "update()"
|
|
nameWithType: "SupportTicketDetails.update()"
|
|
summary: "Begins update for the Support<wbr>Ticket<wbr>Details resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SupportTicketDetails.Update update()"
|
|
desc: "Begins update for the SupportTicketDetails resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.SupportTicketDetails.Update?alt=com.azure.resourcemanager.support.models.SupportTicketDetails.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of SupportTicketDetails."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.support.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0
|