Amazon.Lightsail.AmazonLightsailClient.GetOperations C# (CSharp) Method

GetOperations() public method

Returns information about all operations.

Results are returned from oldest to newest, up to a maximum of 200. Results can be paged by making each subsequent call to GetOperations use the maximum (last) statusChangedAt value from the previous request.

/// Lightsail throws this exception when the user cannot be authenticated or uses invalid /// credentials to access a resource. /// /// Lightsail throws this exception when an account is still in the setup in progress /// state. /// /// Lightsail throws this exception when user input does not conform to the validation /// rules of an input field. /// /// Lightsail throws this exception when it cannot find a resource. /// /// Lightsail throws this exception when an operation fails to execute. /// /// A general service exception. /// /// Lightsail throws this exception when the user has not been authenticated. ///
public GetOperations ( GetOperationsRequest request ) : GetOperationsResponse
request Amazon.Lightsail.Model.GetOperationsRequest Container for the necessary parameters to execute the GetOperations service method.
return Amazon.Lightsail.Model.GetOperationsResponse
        public GetOperationsResponse GetOperations(GetOperationsRequest request)
        {
            var marshaller = new GetOperationsRequestMarshaller();
            var unmarshaller = GetOperationsResponseUnmarshaller.Instance;

            return Invoke<GetOperationsRequest,GetOperationsResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient