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

CreateInstanceSnapshot() public method

Creates a snapshot of a specific virtual private server, or instance. You can use a snapshot to create a new instance that is based on that snapshot.
/// 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 CreateInstanceSnapshot ( CreateInstanceSnapshotRequest request ) : CreateInstanceSnapshotResponse
request Amazon.Lightsail.Model.CreateInstanceSnapshotRequest Container for the necessary parameters to execute the CreateInstanceSnapshot service method.
return CreateInstanceSnapshotResponse
        public CreateInstanceSnapshotResponse CreateInstanceSnapshot(CreateInstanceSnapshotRequest request)
        {
            var marshaller = new CreateInstanceSnapshotRequestMarshaller();
            var unmarshaller = CreateInstanceSnapshotResponseUnmarshaller.Instance;

            return Invoke<CreateInstanceSnapshotRequest,CreateInstanceSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient