Beispiel #1
0
 private async Task ApplyConfiguration(string environmentName)
 {
     await _client.UpdateEnvironmentAsync(new UpdateEnvironmentRequest
     {
         EnvironmentName = environmentName,
         TemplateName    = DownsizedTemplateName
     });
 }