SupportExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.Support.
public static class SupportExtensions
type SupportExtensions = class
Public Module SupportExtensions
- Inheritance
-
SupportExtensions
Methods
| Name | Description |
|---|---|
| CheckNameAvailabilitySupportTicketsNoSubscription(TenantResource, SupportNameAvailabilityContent, CancellationToken) |
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. <item> Mocking. To mock this method, please mock CheckNameAvailabilitySupportTicketsNoSubscription(SupportNameAvailabilityContent, CancellationToken) instead. </item> |
| CheckNameAvailabilitySupportTicketsNoSubscriptionAsync(TenantResource, SupportNameAvailabilityContent, CancellationToken) |
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. <item> Mocking. To mock this method, please mock CheckNameAvailabilitySupportTicketsNoSubscriptionAsync(SupportNameAvailabilityContent, CancellationToken) instead. </item> |
| CheckSupportTicketNameAvailability(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken) |
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. <item> Mocking. To mock this method, please mock CheckSupportTicketNameAvailability(SupportNameAvailabilityContent, CancellationToken) instead. </item> |
| CheckSupportTicketNameAvailabilityAsync(SubscriptionResource, SupportNameAvailabilityContent, CancellationToken) |
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. <item> Mocking. To mock this method, please mock CheckSupportTicketNameAvailabilityAsync(SupportNameAvailabilityContent, CancellationToken) instead. </item> |
| ClassifyProblems(SubscriptionResource, String, ProblemClassificationsClassificationInput, CancellationToken) |
Classify the right problem classifications (categories) available for a specific Azure service. <item> Mocking. To mock this method, please mock ClassifyProblems(String, ProblemClassificationsClassificationInput, CancellationToken) instead. </item> |
| ClassifyProblemsAsync(SubscriptionResource, String, ProblemClassificationsClassificationInput, CancellationToken) |
Classify the right problem classifications (categories) available for a specific Azure service. <item> Mocking. To mock this method, please mock ClassifyProblemsAsync(String, ProblemClassificationsClassificationInput, CancellationToken) instead. </item> |
| ClassifyServices(SubscriptionResource, SupportServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServices(SupportServiceClassificationContent, CancellationToken) instead. </item> |
| ClassifyServices(TenantResource, SupportServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServices(SupportServiceClassificationContent, CancellationToken) instead. </item> |
| ClassifyServicesAsync(SubscriptionResource, SupportServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServicesAsync(SupportServiceClassificationContent, CancellationToken) instead. </item> |
| ClassifyServicesAsync(TenantResource, SupportServiceClassificationContent, CancellationToken) |
Classify the list of right Azure services. <item> Mocking. To mock this method, please mock ClassifyServicesAsync(SupportServiceClassificationContent, CancellationToken) instead. </item> |
| GetProblemClassificationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ProblemClassificationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetProblemClassificationResource(ResourceIdentifier) instead. </item> |
| GetSubscriptionFileWorkspace(SubscriptionResource, String, CancellationToken) |
Gets details for a specific file workspace in an Azure subscription. <item> Mocking. To mock this method, please mock GetSubscriptionFileWorkspace(String, CancellationToken) instead. </item> |
| GetSubscriptionFileWorkspaceAsync(SubscriptionResource, String, CancellationToken) |
Gets details for a specific file workspace in an Azure subscription. <item> Mocking. To mock this method, please mock GetSubscriptionFileWorkspaceAsync(String, CancellationToken) instead. </item> |
| GetSubscriptionFileWorkspaceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SubscriptionFileWorkspaceResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSubscriptionFileWorkspaceResource(ResourceIdentifier) instead. </item> |
| GetSubscriptionFileWorkspaces(SubscriptionResource) |
Gets a collection of SubscriptionFileWorkspaces in the SubscriptionResource<item> Mocking. To mock this method, please mock GetSubscriptionFileWorkspaces() instead. </item> |
| GetSubscriptionSupportTicket(SubscriptionResource, String, CancellationToken) |
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. <item> Mocking. To mock this method, please mock GetSubscriptionSupportTicket(String, CancellationToken) instead. </item> |
| GetSubscriptionSupportTicketAsync(SubscriptionResource, String, CancellationToken) |
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. <item> Mocking. To mock this method, please mock GetSubscriptionSupportTicketAsync(String, CancellationToken) instead. </item> |
| GetSubscriptionSupportTicketResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SubscriptionSupportTicketResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSubscriptionSupportTicketResource(ResourceIdentifier) instead. </item> |
| GetSubscriptionSupportTickets(SubscriptionResource) |
Gets a collection of SubscriptionSupportTickets in the SubscriptionResource<item> Mocking. To mock this method, please mock GetSubscriptionSupportTickets() instead. </item> |
| GetSupportAzureService(TenantResource, String, CancellationToken) |
Gets a specific Azure service for support ticket creation. <item> Mocking. To mock this method, please mock GetSupportAzureService(String, CancellationToken) instead. </item> |
| GetSupportAzureServiceAsync(TenantResource, String, CancellationToken) |
Gets a specific Azure service for support ticket creation. <item> Mocking. To mock this method, please mock GetSupportAzureServiceAsync(String, CancellationToken) instead. </item> |
| GetSupportAzureServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SupportAzureServiceResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSupportAzureServiceResource(ResourceIdentifier) instead. </item> |
| GetSupportAzureServices(TenantResource) |
Gets a collection of SupportAzureServices in the TenantResource<item> Mocking. To mock this method, please mock GetSupportAzureServices() instead. </item> |
| GetSupportTicketChatTranscriptResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SupportTicketChatTranscriptResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSupportTicketChatTranscriptResource(ResourceIdentifier) instead. </item> |
| GetSupportTicketCommunicationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SupportTicketCommunicationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSupportTicketCommunicationResource(ResourceIdentifier) instead. </item> |
| GetSupportTicketFileResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SupportTicketFileResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSupportTicketFileResource(ResourceIdentifier) instead. </item> |
| GetSupportTicketNoSubChatTranscriptResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SupportTicketNoSubChatTranscriptResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSupportTicketNoSubChatTranscriptResource(ResourceIdentifier) instead. </item> |
| GetSupportTicketNoSubCommunicationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SupportTicketNoSubCommunicationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSupportTicketNoSubCommunicationResource(ResourceIdentifier) instead. </item> |
| GetSupportTicketNoSubFileResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SupportTicketNoSubFileResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetSupportTicketNoSubFileResource(ResourceIdentifier) instead. </item> |
| GetTenantFileWorkspace(TenantResource, String, CancellationToken) |
Gets details for a specific file workspace. <item> Mocking. To mock this method, please mock GetTenantFileWorkspace(String, CancellationToken) instead. </item> |
| GetTenantFileWorkspaceAsync(TenantResource, String, CancellationToken) |
Gets details for a specific file workspace. <item> Mocking. To mock this method, please mock GetTenantFileWorkspaceAsync(String, CancellationToken) instead. </item> |
| GetTenantFileWorkspaceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TenantFileWorkspaceResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetTenantFileWorkspaceResource(ResourceIdentifier) instead. </item> |
| GetTenantFileWorkspaces(TenantResource) |
Gets a collection of TenantFileWorkspaces in the TenantResource<item> Mocking. To mock this method, please mock GetTenantFileWorkspaces() instead. </item> |
| GetTenantSupportTicket(TenantResource, String, CancellationToken) |
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. <item> Mocking. To mock this method, please mock GetTenantSupportTicket(String, CancellationToken) instead. </item> |
| GetTenantSupportTicketAsync(TenantResource, String, CancellationToken) |
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. <item> Mocking. To mock this method, please mock GetTenantSupportTicketAsync(String, CancellationToken) instead. </item> |
| GetTenantSupportTicketResource(ArmClient, ResourceIdentifier) |
Gets an object representing a TenantSupportTicketResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetTenantSupportTicketResource(ResourceIdentifier) instead. </item> |
| GetTenantSupportTickets(TenantResource) |
Gets a collection of TenantSupportTickets in the TenantResource<item> Mocking. To mock this method, please mock GetTenantSupportTickets() instead. </item> |
| LookUpResourceId(TenantResource, SupportLookUpResourceIdContent, CancellationToken) |
This operation fetches ARM resource id of support resource type. <item> Mocking. To mock this method, please mock LookUpResourceId(SupportLookUpResourceIdContent, CancellationToken) instead. </item> |
| LookUpResourceIdAsync(TenantResource, SupportLookUpResourceIdContent, CancellationToken) |
This operation fetches ARM resource id of support resource type. <item> Mocking. To mock this method, please mock LookUpResourceIdAsync(SupportLookUpResourceIdContent, CancellationToken) instead. </item> |