Commitment Associations - Get
取得承諾關聯。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/commitmentPlans/{commitmentPlanName}/commitmentAssociations/{commitmentAssociationName}?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 |
|---|---|---|
| 200 OK |
還行 |
定義
| 名稱 | Description |
|---|---|
|
Commitment |
表示承諾方案與其他資源之間的關聯,例如 Machine Learning Web 服務。 |
|
Commitment |
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 (date-time) |
建立此承諾關聯日期,格式為 ISO 8601。 |