Udostępnij za pośrednictwem


Support Class

Definition

Low-level API implementation for the Support service. Microsoft Azure Support Resource Provider.

public class Support
type Support = class
Public Class Support
Inheritance
Support

Constructors

Support()

Methods

ChatTranscriptsGet(String, String, String, Func<HttpResponseMessage, Task<IChatTranscriptDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns chatTranscript details for a support ticket under a subscription.

ChatTranscriptsGetViaIdentity(String, Func<HttpResponseMessage, Task<IChatTranscriptDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns chatTranscript details for a support ticket under a subscription.

ChatTranscriptsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ChatTranscriptsGetWithResult(String, String, String, IEventListener, ISendAsync)
ChatTranscriptsList(String, String, Func<HttpResponseMessage, Task<IChatTranscriptsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all chat transcripts for a support ticket under subscription

ChatTranscriptsListViaIdentity(String, Func<HttpResponseMessage, Task<IChatTranscriptsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all chat transcripts for a support ticket under subscription

ChatTranscriptsListViaIdentityWithResult(String, IEventListener, ISendAsync)
ChatTranscriptsListWithResult(String, String, IEventListener, ISendAsync)
ChatTranscriptsNoSubscriptionGet(String, String, Func<HttpResponseMessage, Task<IChatTranscriptDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns chatTranscript details for a no subscription support ticket.

ChatTranscriptsNoSubscriptionGetViaIdentity(String, Func<HttpResponseMessage, Task<IChatTranscriptDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns chatTranscript details for a no subscription support ticket.

ChatTranscriptsNoSubscriptionGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ChatTranscriptsNoSubscriptionGetWithResult(String, String, IEventListener, ISendAsync)
ChatTranscriptsNoSubscriptionList(String, Func<HttpResponseMessage, Task<IChatTranscriptsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all chat transcripts for a support ticket

ChatTranscriptsNoSubscriptionListViaIdentity(String, Func<HttpResponseMessage, Task<IChatTranscriptsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all chat transcripts for a support ticket

ChatTranscriptsNoSubscriptionListViaIdentityWithResult(String, IEventListener, ISendAsync)
ChatTranscriptsNoSubscriptionListWithResult(String, IEventListener, ISendAsync)
CommunicationsCheckNameAvailability(String, String, ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.

CommunicationsCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.

CommunicationsCheckNameAvailabilityViaIdentityWithResult(String, ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
CommunicationsCheckNameAvailabilityViaJsonString(String, String, String, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.

CommunicationsCheckNameAvailabilityViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
CommunicationsCheckNameAvailabilityWithResult(String, String, ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
CommunicationsCreate(String, String, String, ICommunicationDetails, Func<HttpResponseMessage,Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Adds a new customer communication to an Azure support ticket.

CommunicationsCreateViaIdentity(String, ICommunicationDetails, Func<HttpResponseMessage,Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Adds a new customer communication to an Azure support ticket.

CommunicationsCreateViaIdentityWithResult(String, ICommunicationDetails, IEventListener, ISendAsync, SerializationMode)
CommunicationsCreateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Adds a new customer communication to an Azure support ticket.

CommunicationsCreateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
CommunicationsCreateWithResult(String, String, String, ICommunicationDetails, IEventListener, ISendAsync, SerializationMode)
CommunicationsGet(String, String, String, Func<HttpResponseMessage, Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns communication details for a support ticket.

CommunicationsGetViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns communication details for a support ticket.

CommunicationsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
CommunicationsGetWithResult(String, String, String, IEventListener, ISendAsync)
CommunicationsList(String, String, Nullable<Int32>, String, Func<HttpResponseMessage, Task<ICommunicationsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
CommunicationsListViaIdentity(String, Nullable<Int32>, String, Func<HttpResponseMessage,Task<ICommunicationsListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
CommunicationsListViaIdentityWithResult(String, Nullable<Int32>, String, IEventListener, ISendAsync)
CommunicationsListWithResult(String, String, Nullable<Int32>, String, IEventListener, ISendAsync)
CommunicationsNoSubscriptionCheckNameAvailability(String, ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.

CommunicationsNoSubscriptionCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.

CommunicationsNoSubscriptionCheckNameAvailabilityViaIdentityWithResult(String, ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
CommunicationsNoSubscriptionCheckNameAvailabilityViaJsonString(String, String, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Check the availability of a resource name. This API should be used to check the uniqueness of the name for adding a new communication to the support ticket.

CommunicationsNoSubscriptionCheckNameAvailabilityViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
CommunicationsNoSubscriptionCheckNameAvailabilityWithResult(String, ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
CommunicationsNoSubscriptionCreate(String, String, ICommunicationDetails, Func<HttpResponseMessage,Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Adds a new customer communication to an Azure support ticket.

CommunicationsNoSubscriptionCreateViaIdentity(String, ICommunicationDetails, Func<HttpResponseMessage,Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Adds a new customer communication to an Azure support ticket.

CommunicationsNoSubscriptionCreateViaIdentityWithResult(String, ICommunicationDetails, IEventListener, ISendAsync, SerializationMode)
CommunicationsNoSubscriptionCreateViaJsonString(String, String, String, Func<HttpResponseMessage,Task<ICommunicationDetails>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Adds a new customer communication to an Azure support ticket.

CommunicationsNoSubscriptionCreateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
CommunicationsNoSubscriptionCreateWithResult(String, String, ICommunicationDetails, IEventListener, ISendAsync, SerializationMode)
CommunicationsNoSubscriptionGet(String, String, Func<HttpResponseMessage, Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns communication details for a support ticket.

CommunicationsNoSubscriptionGetViaIdentity(String, Func<HttpResponseMessage, Task<ICommunicationDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns communication details for a support ticket.

CommunicationsNoSubscriptionGetViaIdentityWithResult(String, IEventListener, ISendAsync)
CommunicationsNoSubscriptionGetWithResult(String, String, IEventListener, ISendAsync)
CommunicationsNoSubscriptionList(String, Nullable<Int32>, String, Func<HttpResponseMessage,Task<ICommunicationsListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
CommunicationsNoSubscriptionListViaIdentity(String, Nullable<Int32>, String, Func<HttpResponseMessage,Task<ICommunicationsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)
CommunicationsNoSubscriptionListViaIdentityWithResult(String, Nullable<Int32>, String, IEventListener, ISendAsync)
CommunicationsNoSubscriptionListWithResult(String, Nullable<Int32>, String, IEventListener, ISendAsync)
FilesCreate(String, String, String, IFileDetails, Func<HttpResponseMessage, Task<IFileDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Update a new file under a workspace for the specified subscription.

FilesCreateViaIdentity(String, IFileDetails, Func<HttpResponseMessage, Task<IFileDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Update a new file under a workspace for the specified subscription.

FilesCreateViaIdentityWithResult(String, IFileDetails, IEventListener, ISendAsync, SerializationMode)
FilesCreateViaJsonString(String, String, String, String, Func<HttpResponseMessage, Task<IFileDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Update a new file under a workspace for the specified subscription.

FilesCreateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
FilesCreateWithResult(String, String, String, IFileDetails, IEventListener, ISendAsync, SerializationMode)
FilesGet(String, String, String, Func<HttpResponseMessage,Task<IFileDetails>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns details of a specific file in a work space.

FilesGetViaIdentity(String, Func<HttpResponseMessage,Task<IFileDetails>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Returns details of a specific file in a work space.

FilesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
FilesGetWithResult(String, String, String, IEventListener, ISendAsync)
FilesList(String, String, Func<HttpResponseMessage,Task<IFilesListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the Files information under a workspace for an Azure subscription.

FilesListViaIdentity(String, Func<HttpResponseMessage,Task<IFilesListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the Files information under a workspace for an Azure subscription.

FilesListViaIdentityWithResult(String, IEventListener, ISendAsync)
FilesListWithResult(String, String, IEventListener, ISendAsync)
FilesNoSubscriptionCreate(String, String, IFileDetails, Func<HttpResponseMessage, Task<IFileDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Update a new file under a workspace.

FilesNoSubscriptionCreateViaIdentity(String, IFileDetails, Func<HttpResponseMessage, Task<IFileDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Update a new file under a workspace.

FilesNoSubscriptionCreateViaIdentityWithResult(String, IFileDetails, IEventListener, ISendAsync, SerializationMode)
FilesNoSubscriptionCreateViaJsonString(String, String, String, Func<HttpResponseMessage,Task<IFileDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Update a new file under a workspace.

FilesNoSubscriptionCreateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
FilesNoSubscriptionCreateWithResult(String, String, IFileDetails, IEventListener, ISendAsync, SerializationMode)
FilesNoSubscriptionGet(String, String, Func<HttpResponseMessage, Task<IFileDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns details of a specific file in a work space.

FilesNoSubscriptionGetViaIdentity(String, Func<HttpResponseMessage, Task<IFileDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns details of a specific file in a work space.

FilesNoSubscriptionGetViaIdentityWithResult(String, IEventListener, ISendAsync)
FilesNoSubscriptionGetWithResult(String, String, IEventListener, ISendAsync)
FilesNoSubscriptionList(String, Func<HttpResponseMessage,Task<IFilesListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the Files information under a workspace for an Azure subscription.

FilesNoSubscriptionListViaIdentity(String, Func<HttpResponseMessage, Task<IFilesListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Lists all the Files information under a workspace for an Azure subscription.

FilesNoSubscriptionListViaIdentityWithResult(String, IEventListener, ISendAsync)
FilesNoSubscriptionListWithResult(String, IEventListener, ISendAsync)
FilesNoSubscriptionUpload(String, String, IUploadFile, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

This API allows you to upload content to a file

FilesNoSubscriptionUploadViaIdentity(String, IUploadFile, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

This API allows you to upload content to a file

FilesNoSubscriptionUploadViaJsonString(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

This API allows you to upload content to a file

FilesUpload(String, String, String, IUploadFile, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

This API allows you to upload content to a file

FilesUploadViaIdentity(String, IUploadFile, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

This API allows you to upload content to a file

FilesUploadViaJsonString(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

This API allows you to upload content to a file

FileWorkspacesCreate(String, String, Func<HttpResponseMessage, Task<IFileWorkspaceDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Create a new file workspace for the specified subscription.

FileWorkspacesCreateViaIdentity(String, Func<HttpResponseMessage, Task<IFileWorkspaceDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Create a new file workspace for the specified subscription.

FileWorkspacesCreateViaIdentityWithResult(String, IEventListener, ISendAsync)
FileWorkspacesCreateWithResult(String, String, IEventListener, ISendAsync)
FileWorkspacesGet(String, String, Func<HttpResponseMessage,Task<IFileWorkspaceDetails>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets details for a specific file workspace in an Azure subscription.

FileWorkspacesGetViaIdentity(String, Func<HttpResponseMessage, Task<IFileWorkspaceDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets details for a specific file workspace in an Azure subscription.

FileWorkspacesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
FileWorkspacesGetWithResult(String, String, IEventListener, ISendAsync)
FileWorkspacesNoSubscriptionCreate(String, Func<HttpResponseMessage, Task<IFileWorkspaceDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Create a new file workspace.

FileWorkspacesNoSubscriptionCreateViaIdentity(String, Func<HttpResponseMessage, Task<IFileWorkspaceDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Create a new file workspace.

FileWorkspacesNoSubscriptionCreateViaIdentityWithResult(String, IEventListener, ISendAsync)
FileWorkspacesNoSubscriptionCreateWithResult(String, IEventListener, ISendAsync)
FileWorkspacesNoSubscriptionGet(String, Func<HttpResponseMessage, Task<IFileWorkspaceDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets details for a specific file workspace.

FileWorkspacesNoSubscriptionGetViaIdentity(String, Func<HttpResponseMessage, Task<IFileWorkspaceDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets details for a specific file workspace.

FileWorkspacesNoSubscriptionGetViaIdentityWithResult(String, IEventListener, ISendAsync)
FileWorkspacesNoSubscriptionGetWithResult(String, IEventListener, ISendAsync)
OperationsList(Func<HttpResponseMessage,Task<IOperationsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

This lists all the available Microsoft Support REST API operations.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

This lists all the available Microsoft Support REST API operations.

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)
ProblemClassificationsGet(String, String, Func<HttpResponseMessage, Task<IProblemClassification>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get problem classification details for a specific Azure service.

ProblemClassificationsGetViaIdentity(String, Func<HttpResponseMessage, Task<IProblemClassification>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get problem classification details for a specific Azure service.

ProblemClassificationsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ProblemClassificationsGetWithResult(String, String, IEventListener, ISendAsync)
ProblemClassificationsList(String, Func<HttpResponseMessage,Task<IProblemClassificationsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.

ProblemClassificationsListViaIdentity(String, Func<HttpResponseMessage, Task<IProblemClassificationsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.

ProblemClassificationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
ProblemClassificationsListWithResult(String, IEventListener, ISendAsync)
ServicesGet(String, Func<HttpResponseMessage,Task<IService>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a specific Azure service for support ticket creation.

ServicesGetViaIdentity(String, Func<HttpResponseMessage,Task<IService>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a specific Azure service for support ticket creation.

ServicesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ServicesGetWithResult(String, IEventListener, ISendAsync)
ServicesList(Func<HttpResponseMessage,Task<IServicesListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the Azure services available for support ticket creation. For Technical issues, select the Service Id that maps to the Azure service/product as displayed in the Services drop-down list on the Azure portal's New support request page. Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

ServicesListViaIdentity(String, Func<HttpResponseMessage,Task<IServicesListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the Azure services available for support ticket creation. For Technical issues, select the Service Id that maps to the Azure service/product as displayed in the Services drop-down list on the Azure portal's New support request page. Always use the service and its corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

ServicesListViaIdentityWithResult(String, IEventListener, ISendAsync)
ServicesListWithResult(IEventListener, ISendAsync)
SupportTicketsCheckNameAvailability(String, ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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.

SupportTicketsCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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.

SupportTicketsCheckNameAvailabilityViaIdentityWithResult(String, ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
SupportTicketsCheckNameAvailabilityViaJsonString(String, String, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsCheckNameAvailabilityViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
SupportTicketsCheckNameAvailabilityWithResult(String, ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
SupportTicketsCreate(String, String, ISupportTicketDetails, Func<HttpResponseMessage, Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Create a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and Subscription Management issues for the specified subscription. Learn the prerequisites 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 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.

Creating a support ticket for on-behalf-of: Include x-ms-authorization-auxiliary header to provide an auxiliary token as per documentation. The primary token will be from the tenant for whom a support ticket is being raised against the subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from the Cloud solution provider (CSP) partner tenant.

SupportTicketsCreateViaIdentity(String, ISupportTicketDetails, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Create a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and Subscription Management issues for the specified subscription. Learn the prerequisites 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 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.

Creating a support ticket for on-behalf-of: Include x-ms-authorization-auxiliary header to provide an auxiliary token as per documentation. The primary token will be from the tenant for whom a support ticket is being raised against the subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from the Cloud solution provider (CSP) partner tenant.

SupportTicketsCreateViaIdentityWithResult(String, ISupportTicketDetails, IEventListener, ISendAsync, SerializationMode)
SupportTicketsCreateViaJsonString(String, String, String, Func<HttpResponseMessage, Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Create a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and Subscription Management issues for the specified subscription. Learn the prerequisites 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 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.

Creating a support ticket for on-behalf-of: Include x-ms-authorization-auxiliary header to provide an auxiliary token as per documentation. The primary token will be from the tenant for whom a support ticket is being raised against the subscription, i.e. Cloud solution provider (CSP) customer tenant. The auxiliary token will be from the Cloud solution provider (CSP) partner tenant.

SupportTicketsCreateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
SupportTicketsCreateWithResult(String, String, ISupportTicketDetails, IEventListener, ISendAsync, SerializationMode)
SupportTicketsGet(String, String, Func<HttpResponseMessage,Task<ISupportTicketDetails>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsGetViaIdentity(String, Func<HttpResponseMessage, Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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.

SupportTicketsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
SupportTicketsGetWithResult(String, String, IEventListener, ISendAsync)
SupportTicketsList(String, Nullable<Int32>, String, Func<HttpResponseMessage, Task<ISupportTicketsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsListViaIdentity(String, Nullable<Int32>, String, Func<HttpResponseMessage,Task<ISupportTicketsListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsListViaIdentityWithResult(String, Nullable<Int32>, String, IEventListener, ISendAsync)
SupportTicketsListWithResult(String, Nullable<Int32>, String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionCheckNameAvailability(ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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.

SupportTicketsNoSubscriptionCheckNameAvailabilityViaIdentity(String, ICheckNameAvailabilityInput, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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.

SupportTicketsNoSubscriptionCheckNameAvailabilityViaIdentityWithResult(String, ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
SupportTicketsNoSubscriptionCheckNameAvailabilityViaJsonString(String, Func<HttpResponseMessage,Task<ICheckNameAvailabilityOutput>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsNoSubscriptionCheckNameAvailabilityViaJsonStringWithResult(String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionCheckNameAvailabilityWithResult(ICheckNameAvailabilityInput, IEventListener, ISendAsync, SerializationMode)
SupportTicketsNoSubscriptionCreate(String, ISupportTicketDetails, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Create a new support ticket for Billing, and Subscription Management issues. Learn the prerequisites 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 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.

SupportTicketsNoSubscriptionCreateViaIdentity(String, ISupportTicketDetails, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Create a new support ticket for Billing, and Subscription Management issues. Learn the prerequisites 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 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.

SupportTicketsNoSubscriptionCreateViaIdentityWithResult(String, ISupportTicketDetails, IEventListener, ISendAsync, SerializationMode)
SupportTicketsNoSubscriptionCreateViaJsonString(String, String, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Create a new support ticket for Billing, and Subscription Management issues. Learn the prerequisites 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 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.

SupportTicketsNoSubscriptionCreateViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionCreateWithResult(String, ISupportTicketDetails, IEventListener, ISendAsync, SerializationMode)
SupportTicketsNoSubscriptionGet(String, Func<HttpResponseMessage, Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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.

SupportTicketsNoSubscriptionGetViaIdentity(String, Func<HttpResponseMessage, Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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.

SupportTicketsNoSubscriptionGetViaIdentityWithResult(String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionGetWithResult(String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionList(Nullable<Int32>, String, Func<HttpResponseMessage, Task<ISupportTicketsListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsNoSubscriptionListViaIdentity(String, Nullable<Int32>, String, Func<HttpResponseMessage,Task<ISupportTicketsListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsNoSubscriptionListViaIdentityWithResult(String, Nullable<Int32>, String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionListWithResult(Nullable<Int32>, String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionUpdate(String, IUpdateSupportTicket, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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.

SupportTicketsNoSubscriptionUpdateViaIdentity(String, IUpdateSupportTicket, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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.

SupportTicketsNoSubscriptionUpdateViaIdentityWithResult(String, IUpdateSupportTicket, IEventListener, ISendAsync, SerializationMode)
SupportTicketsNoSubscriptionUpdateViaJsonString(String, String, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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.

SupportTicketsNoSubscriptionUpdateViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
SupportTicketsNoSubscriptionUpdateWithResult(String, IUpdateSupportTicket, IEventListener, ISendAsync, SerializationMode)
SupportTicketsUpdate(String, String, IUpdateSupportTicket, Func<HttpResponseMessage, Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

This API allows you to update the severity level, ticket status, advanced diagnostic consent 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.

SupportTicketsUpdateViaIdentity(String, IUpdateSupportTicket, Func<HttpResponseMessage,Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

This API allows you to update the severity level, ticket status, advanced diagnostic consent 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.

SupportTicketsUpdateViaIdentityWithResult(String, IUpdateSupportTicket, IEventListener, ISendAsync, SerializationMode)
SupportTicketsUpdateViaJsonString(String, String, String, Func<HttpResponseMessage, Task<ISupportTicketDetails>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

This API allows you to update the severity level, ticket status, advanced diagnostic consent 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.

SupportTicketsUpdateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
SupportTicketsUpdateWithResult(String, String, IUpdateSupportTicket, IEventListener, ISendAsync, SerializationMode)

Applies to