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

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

Attempts to unpeer the Lightsail VPC from the user's default VPC.
/// 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 UnpeerVpc ( UnpeerVpcRequest request ) : UnpeerVpcResponse
request UnpeerVpcRequest Container for the necessary parameters to execute the UnpeerVpc service method.
Результат Amazon.Lightsail.Model.UnpeerVpcResponse
        public UnpeerVpcResponse UnpeerVpc(UnpeerVpcRequest request)
        {
            var marshaller = new UnpeerVpcRequestMarshaller();
            var unmarshaller = UnpeerVpcResponseUnmarshaller.Instance;

            return Invoke<UnpeerVpcRequest,UnpeerVpcResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient