Amazon.AutoScaling.AmazonAutoScalingClient.DeleteLaunchConfiguration C# (CSharp) Метод

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

Deletes the specified launch configuration.

The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.

/// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). /// /// The operation can't be performed because the resource is in use. ///
public DeleteLaunchConfiguration ( DeleteLaunchConfigurationRequest request ) : DeleteLaunchConfigurationResponse
request DeleteLaunchConfigurationRequest Container for the necessary parameters to execute the DeleteLaunchConfiguration service method.
Результат DeleteLaunchConfigurationResponse
        public DeleteLaunchConfigurationResponse DeleteLaunchConfiguration(DeleteLaunchConfigurationRequest request)
        {
            var marshaller = new DeleteLaunchConfigurationRequestMarshaller();
            var unmarshaller = DeleteLaunchConfigurationResponseUnmarshaller.Instance;

            return Invoke<DeleteLaunchConfigurationRequest,DeleteLaunchConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient