### YamlMime:JavaType
uid: "com.azure.resourcemanager.support.models.Services"
fullName: "com.azure.resourcemanager.support.models.Services"
name: "Services"
nameWithType: "Services"
summary: "Resource collection API of Services."
syntax: "public interface **Services**"
methods:
- uid: "com.azure.resourcemanager.support.models.Services.get(java.lang.String)"
fullName: "com.azure.resourcemanager.support.models.Services.get(String serviceName)"
name: "get(String serviceName)"
nameWithType: "Services.get(String serviceName)"
summary: "Gets a specific Azure service for support ticket creation."
modifiers:
- "abstract"
parameters:
- description: "Name of the Azure service."
name: "serviceName"
type: "String"
syntax: "public abstract Service get(String serviceName)"
desc: "Gets a specific Azure service for support ticket creation."
returns:
description: "a specific Azure service for support ticket creation."
type: ""
- uid: "com.azure.resourcemanager.support.models.Services.getWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.support.models.Services.getWithResponse(String serviceName, Context context)"
name: "getWithResponse(String serviceName, Context context)"
nameWithType: "Services.getWithResponse(String serviceName, Context context)"
summary: "Gets a specific Azure service for support ticket creation."
modifiers:
- "abstract"
parameters:
- description: "Name of the Azure service."
name: "serviceName"
type: "String"
- description: "The context to associate with this operation."
name: "context"
type: ""
syntax: "public abstract Response getWithResponse(String serviceName, Context context)"
desc: "Gets a specific Azure service for support ticket creation."
returns:
description: "a specific Azure service for support ticket creation along with ."
type: "<>"
- uid: "com.azure.resourcemanager.support.models.Services.list()"
fullName: "com.azure.resourcemanager.support.models.Services.list()"
name: "list()"
nameWithType: "Services.list()"
summary: "Lists all the Azure services available for support ticket creation."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable list()"
desc: "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:
description: "collection of Service resources as paginated response with ."
type: "<>"
- uid: "com.azure.resourcemanager.support.models.Services.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.support.models.Services.list(Context context)"
name: "list(Context context)"
nameWithType: "Services.list(Context context)"
summary: "Lists all the Azure services available for support ticket creation."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: ""
syntax: "public abstract PagedIterable list(Context context)"
desc: "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:
description: "collection of Service resources as paginated response with ."
type: "<>"
type: "interface"
desc: "Resource collection API of Services."
metadata: {}
package: "com.azure.resourcemanager.support.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0