Commitment Associations - Move
將承諾用量關聯從一個承諾用量方案重新父代到另一個承諾用量方案。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}/move?api-version=2016-05-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
commitment
|
path | True |
string |
承諾用量關聯名稱。 |
commitment
|
path | True |
string |
Azure ML 承諾用量方案名稱。 |
resource
|
path | True |
string |
資源群組名稱。 |
subscription
|
path | True |
string |
Azure 訂用帳戶識別碼。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 資源提供者 API 版本。 |
要求本文
名稱 | 類型 | Description |
---|---|---|
destinationPlanId |
string |
承諾用量計劃的 ARM 識別碼,以重新父系承諾關聯。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
定義
名稱 | Description |
---|---|
Commitment |
代表承諾用量方案與其他資源之間的關聯,例如Machine Learning Web服務。 |
Commitment |
Azure ML 承諾用量關聯的屬性。 |
Move |
指定移動作業的目的地 Azure ML 承諾用量方案。 |
CommitmentAssociation
代表承諾用量方案與其他資源之間的關聯,例如Machine Learning Web服務。
名稱 | 類型 | Description |
---|---|---|
etag |
string |
用來強制執行開放式並行存取的實體標籤。 |
id |
string |
資源標識碼。 |
location |
string |
資源位置。 |
name |
string |
資源名稱。 |
properties |
承諾用量關聯資源的屬性。 |
|
tags |
object |
資源的使用者定義標籤。 |
type |
string |
資源類型。 |
CommitmentAssociationProperties
Azure ML 承諾用量關聯的屬性。
名稱 | 類型 | Description |
---|---|---|
associatedResourceId |
string |
此關聯指向的資源標識碼,例如 Azure ML Web 服務的 ARM 識別碼。 |
commitmentPlanId |
string |
父 Azure ML 承諾用量方案的 ARM 識別碼。 |
creationDate |
string |
建立此承諾用量關聯的日期,格式為 ISO 8601。 |
MoveCommitmentAssociationRequest
指定移動作業的目的地 Azure ML 承諾用量方案。
名稱 | 類型 | Description |
---|---|---|
destinationPlanId |
string |
承諾用量計劃的 ARM 識別碼,以重新父系承諾關聯。 |