Services Interface
public interface Services
Resource collection API of Services.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Service |
get(String serviceName)
Gets a specific Azure service for support ticket creation. |
| abstract Response<Service> |
getWithResponse(String serviceName, Context context)
Gets a specific Azure service for support ticket creation. |
|
abstract
Paged |
list()
Lists all the Azure services available for support ticket creation. |
|
abstract
Paged |
list(Context context)
Lists all the Azure services available for support ticket creation. |
Method Details
get
public abstract Service get(String serviceName)
Gets a specific Azure service for support ticket creation.
Parameters:
Returns:
getWithResponse
public abstract Response<Service> getWithResponse(String serviceName, Context context)
Gets a specific Azure service for support ticket creation.
Parameters:
Returns:
list
public abstract PagedIterable<Service> list()
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](https://portal.azure.com/\#blade/Microsoft\_Azure\_Support/HelpAndSupportBlade/overview) 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.
Returns:
list
public abstract PagedIterable<Service> list(Context context)
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](https://portal.azure.com/\#blade/Microsoft\_Azure\_Support/HelpAndSupportBlade/overview) 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.
Parameters:
Returns: