-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
3,159 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
2020-12-30 Version: 1.0.0 | ||
- AMP Version Change. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[English](README.md) | 简体中文 | ||
|
||
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg) | ||
|
||
# Alibaba Cloud BatchCompute SDK for C# | ||
|
||
## 安装 | ||
|
||
### Composer | ||
|
||
```bash | ||
composer require AlibabaCloud.SDK.BatchCompute20151111 | ||
``` | ||
|
||
## 问题 | ||
|
||
[提交 Issue](https://github.com/aliyun/alibabacloud-csharp-sdk/issues/new),不符合指南的问题可能会立即关闭。 | ||
|
||
## 发行说明 | ||
|
||
每个版本的详细更改记录在[发行说明](./ChangeLog.md)中。 | ||
|
||
## 相关 | ||
|
||
* [最新源码](https://github.com/aliyun/alibabacloud-csharp-sdk/) | ||
|
||
## 许可证 | ||
|
||
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
Copyright (c) 2009-present, Alibaba Cloud All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
English | [简体中文](README-CN.md) | ||
|
||
![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg) | ||
|
||
# Alibaba Cloud BatchCompute SDK for C# | ||
|
||
## Installation | ||
|
||
### Composer | ||
|
||
```bash | ||
composer require AlibabaCloud.SDK.BatchCompute20151111 | ||
``` | ||
|
||
## Issues | ||
|
||
[Opening an Issue](https://github.com/aliyun/alibabacloud-csharp-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately. | ||
|
||
## Changelog | ||
|
||
Detailed changes for each release are documented in the [release notes](./ChangeLog.md). | ||
|
||
## References | ||
|
||
* [Latest Release](https://github.com/aliyun/alibabacloud-csharp-sdk/) | ||
|
||
## License | ||
|
||
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
Copyright (c) 2009-present, Alibaba Cloud All rights reserved. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/** | ||
* | ||
*/ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CancelImageRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CancelImageResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
batchcompute-20151111/core/Models/ChangeJobPriorityRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class ChangeJobPriorityRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
batchcompute-20151111/core/Models/ChangeJobPriorityResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class ChangeJobPriorityResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CreateAppResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CreateClusterRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
batchcompute-20151111/core/Models/CreateClusterResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CreateClusterResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CreateImageRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CreateImageResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CreateJobRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class CreateJobResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class DeleteAppResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
batchcompute-20151111/core/Models/DeleteClusterInstanceRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class DeleteClusterInstanceRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
batchcompute-20151111/core/Models/DeleteClusterInstanceResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class DeleteClusterInstanceResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class DeleteClusterRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
18 changes: 18 additions & 0 deletions
18
batchcompute-20151111/core/Models/DeleteClusterResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class DeleteClusterResponse : TeaModel { | ||
[NameInMap("headers")] | ||
[Validation(Required=true)] | ||
public Dictionary<string, string> Headers { get; set; } | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// This file is auto-generated, don't edit it. Thanks. | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
||
using Tea; | ||
|
||
namespace AlibabaCloud.SDK.BatchCompute20151111.Models | ||
{ | ||
public class DeleteImageRequest : TeaModel { | ||
[NameInMap("RegionId")] | ||
[Validation(Required=false)] | ||
public string RegionId { get; set; } | ||
|
||
} | ||
|
||
} |
Oops, something went wrong.