SupportAzureServiceCollection.GetAll(CancellationToken) Method

Definition

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.

  • Request Path: /providers/Microsoft.Support/services
  • Operation Id: Services_List
  • Default Api Version: 2024-04-01
  • Resource: SupportAzureServiceResource
public virtual Azure.Pageable<Azure.ResourceManager.Support.SupportAzureServiceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.SupportAzureServiceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Support.SupportAzureServiceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SupportAzureServiceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SupportAzureServiceResource that may take multiple service requests to iterate over.

Applies to