Exemplo n.º 1
0
 /// <summary>
 /// Update a tenant
 /// </summary>
 /// <remarks>
 /// Updates the tenant
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='tenantId'>
 /// The tenant within which the request should operate
 /// </param>
 /// <param name='body'>
 /// </param>
 public static object UpdateTenant(this ITenancyService operations, string tenantId, IList <UpdateTenantJsonPatchEntry> body)
 {
     return(operations.UpdateTenantAsync(tenantId, body).GetAwaiter().GetResult());
 }