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

GetStaticIps() 공개 메소드

Returns information about all static IPs in the user's 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 GetStaticIps ( GetStaticIpsRequest request ) : GetStaticIpsResponse
request Amazon.Lightsail.Model.GetStaticIpsRequest Container for the necessary parameters to execute the GetStaticIps service method.
리턴 Amazon.Lightsail.Model.GetStaticIpsResponse
        public GetStaticIpsResponse GetStaticIps(GetStaticIpsRequest request)
        {
            var marshaller = new GetStaticIpsRequestMarshaller();
            var unmarshaller = GetStaticIpsResponseUnmarshaller.Instance;

            return Invoke<GetStaticIpsRequest,GetStaticIpsResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient