Exemplo n.º 1
0
 public FtGatedLaunchPolicy4Response FtGatedLaunchPolicy4(FtGatedLaunchPolicy4Request request)
 {
     AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
     return(FtGatedLaunchPolicy4WithOptions(request, runtime));
 }
Exemplo n.º 2
0
 public async Task <FtGatedLaunchPolicy4Response> FtGatedLaunchPolicy4Async(FtGatedLaunchPolicy4Request request)
 {
     AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
     return(await FtGatedLaunchPolicy4WithOptionsAsync(request, runtime));
 }
Exemplo n.º 3
0
 public async Task <FtGatedLaunchPolicy4Response> FtGatedLaunchPolicy4WithOptionsAsync(FtGatedLaunchPolicy4Request request, AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime)
 {
     AlibabaCloud.TeaUtil.Common.ValidateModel(request);
     return(TeaModel.ToObject <FtGatedLaunchPolicy4Response>(await DoRequestAsync("FtGatedLaunchPolicy4", "HTTPS", "POST", "2018-07-13", "AK", null, request.ToMap(), runtime)));
 }