Amazon.ECS.AmazonECSClient.ListServices C# (CSharp) Method

ListServices() public method

Lists the services that are running in a specified cluster.
/// These errors are usually caused by a client action, such as using an action or resource /// on behalf of a user that doesn't have permission to use the action or resource, or /// specifying an identifier that is not valid. /// /// The specified cluster could not be found. You can view your available clusters with /// ListClusters. Amazon ECS clusters are region-specific. /// /// The specified parameter is invalid. Review the available parameters for the API request. /// /// These errors are usually caused by a server issue. ///
public ListServices ( ListServicesRequest request ) : ListServicesResponse
request Amazon.ECS.Model.ListServicesRequest Container for the necessary parameters to execute the ListServices service method.
return Amazon.ECS.Model.ListServicesResponse
        public ListServicesResponse ListServices(ListServicesRequest request)
        {
            var marshaller = new ListServicesRequestMarshaller();
            var unmarshaller = ListServicesResponseUnmarshaller.Instance;

            return Invoke<ListServicesRequest,ListServicesResponse>(request, marshaller, unmarshaller);
        }
AmazonECSClient