AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListServices operation. Returns a list of services. You can filter the results by cluster, launch type, and scheduling strategy.
Namespace: Amazon.ECS.Model
Assembly: AWSSDK.ECS.dll
Version: 3.x.y.z
public class ListServicesRequest : AmazonECSRequest IAmazonWebServiceRequest
The ListServicesRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListServicesRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Cluster | System.String |
Gets and sets the property Cluster.
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering
the |
![]() |
LaunchType | Amazon.ECS.LaunchType |
Gets and sets the property LaunchType.
The launch type to use when filtering the |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults.
The maximum number of service results that |
![]() |
NextToken | System.String |
Gets and sets the property NextToken.
The This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes. |
![]() |
SchedulingStrategy | Amazon.ECS.SchedulingStrategy |
Gets and sets the property SchedulingStrategy.
The scheduling strategy to use when filtering the |
This example lists the services running in the default cluster for an account.
var client = new AmazonECSClient(); var response = client.ListServices(new ListServicesRequest { }); List<string> serviceArns = response.ServiceArns;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5