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

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

Returns information about a specific operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on.
/// 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 GetOperation ( GetOperationRequest request ) : GetOperationResponse
request Amazon.Lightsail.Model.GetOperationRequest Container for the necessary parameters to execute the GetOperation service method.
Результат Amazon.Lightsail.Model.GetOperationResponse
        public GetOperationResponse GetOperation(GetOperationRequest request)
        {
            var marshaller = new GetOperationRequestMarshaller();
            var unmarshaller = GetOperationResponseUnmarshaller.Instance;

            return Invoke<GetOperationRequest,GetOperationResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient