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

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

Gets operations for a specific resource (e.g., an instance or a static IP).
/// 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 GetOperationsForResource ( GetOperationsForResourceRequest request ) : GetOperationsForResourceResponse
request Amazon.Lightsail.Model.GetOperationsForResourceRequest Container for the necessary parameters to execute the GetOperationsForResource service method.
Результат Amazon.Lightsail.Model.GetOperationsForResourceResponse
        public GetOperationsForResourceResponse GetOperationsForResource(GetOperationsForResourceRequest request)
        {
            var marshaller = new GetOperationsForResourceRequestMarshaller();
            var unmarshaller = GetOperationsForResourceResponseUnmarshaller.Instance;

            return Invoke<GetOperationsForResourceRequest,GetOperationsForResourceResponse>(request, marshaller, unmarshaller);
        }
AmazonLightsailClient