All Products
Search
Document Center

Resource Orchestration Service:resource ComputeNestSupplier

Last Updated:Mar 17, 2026

AssociationProperty value

Deskripsi

AssociationPropertyMetadata yang Sesuai

ALIYUN::ComputeNestSupplier::Service::ServiceVersion

Versi layanan Compute Nest.

  • RegionId: ID wilayah (secara default menggunakan wilayah stack).

  • ServiceId: ID layanan.

Contoh:

  • Kode contoh

    Contoh JSON:

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
        "ServiceId": {
          "Type": "String",
          "AssociationProperty": "ALIYUN::ComputeNest::Service::ServiceId"
        },
        "ServiceVersion":{
          "AssociationProperty":"ALIYUN::ComputeNestSupplier::Service::ServiceVersion",
          "Type":"String",
          "AssociationPropertyMetadata": {
            "ServiceId": "${ServiceId}"
          }
        }
      }
    }

    Contoh YAML:

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters:
      ServiceId:
        Type: String
        AssociationProperty: ALIYUN::ComputeNest::Service::ServiceId
      ServiceVersion:
        AssociationProperty: ALIYUN::ComputeNestSupplier::Service::ServiceVersion
        Type: String
        AssociationPropertyMetadata:
          ServiceId: ${ServiceId}
  • Penjelasan contoh

    Pada contoh ini, atur AssociationProperty parameter ServiceVersion ke ALIYUN::ComputeNestSupplier::Service::ServiceVersion untuk mengambil versi layanan Compute Nest.