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

UpdateDevicePool() 공개 메소드

Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public UpdateDevicePool ( Amazon.DeviceFarm.Model.UpdateDevicePoolRequest request ) : Amazon.DeviceFarm.Model.UpdateDevicePoolResponse
request Amazon.DeviceFarm.Model.UpdateDevicePoolRequest Container for the necessary parameters to execute the UpdateDevicePool service method.
리턴 Amazon.DeviceFarm.Model.UpdateDevicePoolResponse
        public UpdateDevicePoolResponse UpdateDevicePool(UpdateDevicePoolRequest request)
        {
            var marshaller = new UpdateDevicePoolRequestMarshaller();
            var unmarshaller = UpdateDevicePoolResponseUnmarshaller.Instance;

            return Invoke<UpdateDevicePoolRequest,UpdateDevicePoolResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient