public Task <AsyncJobResponse> UpdateAutoScaleVmProfileAsync(UpdateAutoScaleVmProfileRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
 public Task<AsyncJobResponse> UpdateAutoScaleVmProfileAsync(UpdateAutoScaleVmProfileRequest request) => _proxy.RequestAsync<AsyncJobResponse>(request);
 public AsyncJobResponse UpdateAutoScaleVmProfile(UpdateAutoScaleVmProfileRequest request) => Proxy.Request <AsyncJobResponse>(request);
 public AsyncJobResponse UpdateAutoScaleVmProfile(UpdateAutoScaleVmProfileRequest request) => _proxy.Request<AsyncJobResponse>(request);