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

CreateInstancesFromSnapshot() public method

Uses a specific snapshot as a blueprint for creating one or more new instances that are based on that identical configuration.
/// 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 CreateInstancesFromSnapshot ( CreateInstancesFromSnapshotRequest request ) : CreateInstancesFromSnapshotResponse
request Amazon.Lightsail.Model.CreateInstancesFromSnapshotRequest Container for the necessary parameters to execute the CreateInstancesFromSnapshot service method.
return Amazon.Lightsail.Model.CreateInstancesFromSnapshotResponse
        public CreateInstancesFromSnapshotResponse CreateInstancesFromSnapshot(CreateInstancesFromSnapshotRequest request)
        {
            var marshaller = new CreateInstancesFromSnapshotRequestMarshaller();
            var unmarshaller = CreateInstancesFromSnapshotResponseUnmarshaller.Instance;

            return Invoke<CreateInstancesFromSnapshotRequest,CreateInstancesFromSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient