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

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

Deletes a specific static IP from your account.
/// 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 ReleaseStaticIp ( ReleaseStaticIpRequest request ) : ReleaseStaticIpResponse
request Amazon.Lightsail.Model.ReleaseStaticIpRequest Container for the necessary parameters to execute the ReleaseStaticIp service method.
Результат Amazon.Lightsail.Model.ReleaseStaticIpResponse
        public ReleaseStaticIpResponse ReleaseStaticIp(ReleaseStaticIpRequest request)
        {
            var marshaller = new ReleaseStaticIpRequestMarshaller();
            var unmarshaller = ReleaseStaticIpResponseUnmarshaller.Instance;

            return Invoke<ReleaseStaticIpRequest,ReleaseStaticIpResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient