Amazon.Lightsail.AmazonLightsailClient.GetInstances C# (CSharp) Метод

GetInstances() публичный Метод

Returns information about all Amazon Lightsail virtual private servers, or instances.
/// 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 GetInstances ( GetInstancesRequest request ) : GetInstancesResponse
request Amazon.Lightsail.Model.GetInstancesRequest Container for the necessary parameters to execute the GetInstances service method.
Результат Amazon.Lightsail.Model.GetInstancesResponse
        public GetInstancesResponse GetInstances(GetInstancesRequest request)
        {
            var marshaller = new GetInstancesRequestMarshaller();
            var unmarshaller = GetInstancesResponseUnmarshaller.Instance;

            return Invoke<GetInstancesRequest,GetInstancesResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient