Amazon.Lightsail.AmazonLightsailClient.DeleteInstance C# (CSharp) 메소드

DeleteInstance() 공개 메소드

Deletes a specific Amazon Lightsail virtual private server, or 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 DeleteInstance ( DeleteInstanceRequest request ) : DeleteInstanceResponse
request Amazon.Lightsail.Model.DeleteInstanceRequest Container for the necessary parameters to execute the DeleteInstance service method.
리턴 Amazon.Lightsail.Model.DeleteInstanceResponse
        public DeleteInstanceResponse DeleteInstance(DeleteInstanceRequest request)
        {
            var marshaller = new DeleteInstanceRequestMarshaller();
            var unmarshaller = DeleteInstanceResponseUnmarshaller.Instance;

            return Invoke<DeleteInstanceRequest,DeleteInstanceResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient