Aracılığıyla paylaş


ServicesOperationsExtensions Class

Definition

Extension methods for ServicesOperations.

public static class ServicesOperationsExtensions
type ServicesOperationsExtensions = class
Public Module ServicesOperationsExtensions
Inheritance
ServicesOperationsExtensions

Methods

Get(IServicesOperations, String)

Gets a specific Azure service for support ticket creation.

GetAsync(IServicesOperations, String, CancellationToken)

Gets a specific Azure service for support ticket creation.

List(IServicesOperations)

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.

ListAsync(IServicesOperations, CancellationToken)

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.

Applies to