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

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

Detaches a static IP from the Amazon Lightsail instance to which it is attached.
/// 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 DetachStaticIp ( DetachStaticIpRequest request ) : DetachStaticIpResponse
request Amazon.Lightsail.Model.DetachStaticIpRequest Container for the necessary parameters to execute the DetachStaticIp service method.
Результат Amazon.Lightsail.Model.DetachStaticIpResponse
        public DetachStaticIpResponse DetachStaticIp(DetachStaticIpRequest request)
        {
            var marshaller = new DetachStaticIpRequestMarshaller();
            var unmarshaller = DetachStaticIpResponseUnmarshaller.Instance;

            return Invoke<DetachStaticIpRequest,DetachStaticIpResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient