SupportTicketsNoSubscriptions Interface
public interface SupportTicketsNoSubscriptions
Resource collection API of SupportTicketsNoSubscriptions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Check |
checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput)
Check the availability of a resource name. |
|
abstract
Response<Check |
checkNameAvailabilityWithResponse(CheckNameAvailabilityInput checkNameAvailabilityInput, Context context)
Check the availability of a resource name. |
|
abstract
Support |
create(String supportTicketName, SupportTicketDetailsInner createSupportTicketParameters)
Creates a new support ticket for Billing, and Subscription Management issues. |
|
abstract
Support |
create(String supportTicketName, SupportTicketDetailsInner createSupportTicketParameters, Context context)
Creates a new support ticket for Billing, and Subscription Management issues. |
|
abstract
Support |
get(String supportTicketName)
Gets details for a specific support ticket. |
|
abstract
Response<Support |
getWithResponse(String supportTicketName, Context context)
Gets details for a specific support ticket. |
|
abstract
Paged |
list()
Lists all the support tickets. |
|
abstract
Paged |
list(Integer top, String filter, Context context)
Lists all the support tickets. |
|
abstract
Support |
update(String supportTicketName, UpdateSupportTicket updateSupportTicket)
This API allows you to update the severity level, ticket status, and your contact information in the support ticket. |
|
abstract
Response<Support |
updateWithResponse(String supportTicketName, UpdateSupportTicket updateSupportTicket, Context context)
This API allows you to update the severity level, ticket status, and your contact information in the support ticket. |
Method Details
checkNameAvailability
public abstract CheckNameAvailabilityOutput checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput)
Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.
Parameters:
Returns:
checkNameAvailabilityWithResponse
public abstract Response<CheckNameAvailabilityOutput> checkNameAvailabilityWithResponse(CheckNameAvailabilityInput checkNameAvailabilityInput, Context context)
Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription.
Parameters:
Returns:
create
public abstract SupportTicketDetails create(String supportTicketName, SupportTicketDetailsInner createSupportTicketParameters)
Creates a new support ticket for Billing, and Subscription Management issues. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.
Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.
Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/\#blade/Microsoft\_Azure\_Support/HelpAndSupportBlade/managesupportrequest) page in the Azure portal, select the support ticket, and use the file upload control to add a new file.
Providing consent to share diagnostic information with Azure support is currently not supported via the API. The Azure support engineer working on your ticket will reach out to you for consent if your issue requires gathering diagnostic information from your Azure resources.
.
Parameters:
Returns:
create
public abstract SupportTicketDetails create(String supportTicketName, SupportTicketDetailsInner createSupportTicketParameters, Context context)
Creates a new support ticket for Billing, and Subscription Management issues. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.
Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.
Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/\#blade/Microsoft\_Azure\_Support/HelpAndSupportBlade/managesupportrequest) page in the Azure portal, select the support ticket, and use the file upload control to add a new file.
Providing consent to share diagnostic information with Azure support is currently not supported via the API. The Azure support engineer working on your ticket will reach out to you for consent if your issue requires gathering diagnostic information from your Azure resources.
.
Parameters:
Returns:
get
public abstract SupportTicketDetails get(String supportTicketName)
Gets details for a specific support ticket. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
Parameters:
Returns:
getWithResponse
public abstract Response<SupportTicketDetails> getWithResponse(String supportTicketName, Context context)
Gets details for a specific support ticket. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
Parameters:
Returns:
list
public abstract PagedIterable<SupportTicketDetails> list()
Lists all the support tickets.
You can also filter the support tickets by Status, CreatedDate, , ServiceId, and ProblemClassificationId using the $filter parameter. Output will be a paged result with nextLink, using which you can retrieve the next set of support tickets.
Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
Returns:
list
public abstract PagedIterable<SupportTicketDetails> list(Integer top, String filter, Context context)
Lists all the support tickets.
You can also filter the support tickets by Status, CreatedDate, , ServiceId, and ProblemClassificationId using the $filter parameter. Output will be a paged result with nextLink, using which you can retrieve the next set of support tickets.
Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.
Parameters:
Returns:
update
public abstract SupportTicketDetails update(String supportTicketName, UpdateSupportTicket updateSupportTicket)
This API allows you to update the severity level, ticket status, and your contact information in the support ticket.
Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.
Parameters:
Returns:
updateWithResponse
public abstract Response<SupportTicketDetails> updateWithResponse(String supportTicketName, UpdateSupportTicket updateSupportTicket, Context context)
This API allows you to update the severity level, ticket status, and your contact information in the support ticket.
Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.
Parameters:
Returns: