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

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

Returns information about a specific Amazon Lightsail instance, which is a virtual private server.
/// 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 GetInstance ( GetInstanceRequest request ) : GetInstanceResponse
request Amazon.Lightsail.Model.GetInstanceRequest Container for the necessary parameters to execute the GetInstance service method.
Результат Amazon.Lightsail.Model.GetInstanceResponse
        public GetInstanceResponse GetInstance(GetInstanceRequest request)
        {
            var marshaller = new GetInstanceRequestMarshaller();
            var unmarshaller = GetInstanceResponseUnmarshaller.Instance;

            return Invoke<GetInstanceRequest,GetInstanceResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient