Renew(string, AcquiredLease[])
public Task<AcquireLeaseResult[]> Renew(string category, AcquiredLease[] acquiredLeases) Batch renew lease operation
Parameters
categorystring- resource category
acquiredLeasesAcquiredLease[]
Returns
Lease renew results array, whose order is the same with acquiredLeases
