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

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

Starts a specific Amazon Lightsail instance from a stopped state. To restart an instance, use the reboot instance operation.
/// 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 StartInstance ( StartInstanceRequest request ) : StartInstanceResponse
request Amazon.Lightsail.Model.StartInstanceRequest Container for the necessary parameters to execute the StartInstance service method.
Результат Amazon.Lightsail.Model.StartInstanceResponse
        public StartInstanceResponse StartInstance(StartInstanceRequest request)
        {
            var marshaller = new StartInstanceRequestMarshaller();
            var unmarshaller = StartInstanceResponseUnmarshaller.Instance;

            return Invoke<StartInstanceRequest,StartInstanceResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient