Commitment Associations - List
取得父承諾用量方案的所有承諾用量關聯。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations?api-version=2016-05-01-preview
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations?$skipToken={$skipToken}&api-version=2016-05-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
commitment
|
path | True |
string |
Azure ML 承諾用量方案名稱。 |
resource
|
path | True |
string |
資源群組名稱。 |
subscription
|
path | True |
string |
Azure 訂用帳戶識別碼。 |
api-version
|
query | True |
string |
要使用的 Microsoft.MachineLearning 資源提供者 API 版本。 |
$skip
|
query |
string |
分頁的接續令牌。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
定義
名稱 | Description |
---|---|
Commitment |
代表承諾用量方案與其他資源之間的關聯,例如Machine Learning Web服務。 |
Commitment |
承諾用量關聯資源的頁面。 |
Commitment |
Azure ML 承諾用量關聯的屬性。 |
CommitmentAssociation
代表承諾用量方案與其他資源之間的關聯,例如Machine Learning Web服務。
名稱 | 類型 | Description |
---|---|---|
etag |
string |
用來強制執行開放式並行存取的實體標籤。 |
id |
string |
資源標識碼。 |
location |
string |
資源位置。 |
name |
string |
資源名稱。 |
properties |
承諾用量關聯資源的屬性。 |
|
tags |
object |
資源的使用者定義標籤。 |
type |
string |
資源類型。 |
CommitmentAssociationListResult
承諾用量關聯資源的頁面。
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
用來擷取下一頁結果的 URI。 |
value |
此頁面的結果集。 |
CommitmentAssociationProperties
Azure ML 承諾用量關聯的屬性。
名稱 | 類型 | Description |
---|---|---|
associatedResourceId |
string |
此關聯所指向的資源標識碼,例如 Azure ML Web 服務的 ARM 識別碼。 |
commitmentPlanId |
string |
父 Azure ML 承諾用量方案的 ARM 識別碼。 |
creationDate |
string |
建立此承諾關聯的日期,格式為 ISO 8601。 |