77 строки
6.3 KiB
YAML
77 строки
6.3 KiB
YAML
### 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
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: "<xref href=\"com.azure.resourcemanager.support.models.Service?alt=com.azure.resourcemanager.support.models.Service&text=Service\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Service> 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 <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.support.models.Service?alt=com.azure.resourcemanager.support.models.Service&text=Service\" data-throw-if-not-resolved=\"False\" />>"
|
|
- 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<Service> 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 <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.support.models.Service?alt=com.azure.resourcemanager.support.models.Service&text=Service\" data-throw-if-not-resolved=\"False\" />>"
|
|
- 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: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Service> 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 <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.support.models.Service?alt=com.azure.resourcemanager.support.models.Service&text=Service\" data-throw-if-not-resolved=\"False\" />>"
|
|
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
|