Amazon.DeviceFarm.AmazonDeviceFarmClient.PurchaseOffering C# (CSharp) 메소드

PurchaseOffering() 공개 메소드

Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for an offering, unless the renewal was overridden. The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public PurchaseOffering ( PurchaseOfferingRequest request ) : PurchaseOfferingResponse
request Amazon.DeviceFarm.Model.PurchaseOfferingRequest Container for the necessary parameters to execute the PurchaseOffering service method.
리턴 Amazon.DeviceFarm.Model.PurchaseOfferingResponse
        public PurchaseOfferingResponse PurchaseOffering(PurchaseOfferingRequest request)
        {
            var marshaller = new PurchaseOfferingRequestMarshaller();
            var unmarshaller = PurchaseOfferingResponseUnmarshaller.Instance;

            return Invoke<PurchaseOfferingRequest,PurchaseOfferingResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient