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

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

Creates one or more 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 CreateInstances ( CreateInstancesRequest request ) : CreateInstancesResponse
request Amazon.Lightsail.Model.CreateInstancesRequest Container for the necessary parameters to execute the CreateInstances service method.
Результат Amazon.Lightsail.Model.CreateInstancesResponse
        public CreateInstancesResponse CreateInstances(CreateInstancesRequest request)
        {
            var marshaller = new CreateInstancesRequestMarshaller();
            var unmarshaller = CreateInstancesResponseUnmarshaller.Instance;

            return Invoke<CreateInstancesRequest,CreateInstancesResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient