Exemplo n.º 1
0
 public async Task Create()
 {
     var request = new CreateEnvironmentRequest
     {
         ApplicationName   = application.Name,
         EnvironmentName   = name,
         SolutionStackName = "64bit Windows Server 2016 v1.2.0 running IIS 10.0"
     };
     await client.CreateEnvironmentAsync(request);
 }