SupportTickets Interface
public interface SupportTickets
Resource collection API of SupportTickets.
Method Summary
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:
define
public abstract SupportTicketDetails.DefinitionStages.Blank define(String name)
Begins definition for a new SupportTicketDetails resource.
Parameters:
Returns:
get
public abstract SupportTicketDetails get(String supportTicketName)
Get ticket details for an Azure subscription. 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:
getById
public abstract SupportTicketDetails getById(String id)
Get ticket details for an Azure subscription. 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:
getByIdWithResponse
public abstract Response<SupportTicketDetails> getByIdWithResponse(String id, Context context)
Get ticket details for an Azure subscription. 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)
Get ticket details for an Azure subscription. 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 for an Azure subscription. 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 for an Azure subscription. 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: