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

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

Restarts a specific instance. When your Amazon Lightsail instance is finished rebooting, Lightsail assigns a new public IP address. To use the same IP address after restarting, create a static IP address and attach it to the instance.
/// 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 RebootInstance ( RebootInstanceRequest request ) : RebootInstanceResponse
request Amazon.Lightsail.Model.RebootInstanceRequest Container for the necessary parameters to execute the RebootInstance service method.
Результат Amazon.Lightsail.Model.RebootInstanceResponse
        public RebootInstanceResponse RebootInstance(RebootInstanceRequest request)
        {
            var marshaller = new RebootInstanceRequestMarshaller();
            var unmarshaller = RebootInstanceResponseUnmarshaller.Instance;

            return Invoke<RebootInstanceRequest,RebootInstanceResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient