ComputeResource interface

包裝在 ARM 資源信封中的機器學習計算物件。

Extends

屬性

identity

資源的身分識別。

location

指定資源的位置。

properties

此資源的資源特定屬性。

sku

工作區的 SKU。

tags

包含定義為索引鍵/值組的資源標記。

繼承的屬性

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

資源的名稱

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

type

資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」

屬性詳細資料

identity

資源的身分識別。

identity?: ManagedServiceIdentity

屬性值

location

指定資源的位置。

location?: string

屬性值

string

properties

此資源的資源特定屬性。

properties?: ComputeUnion

屬性值

sku

工作區的 SKU。

sku?: Sku

屬性值

Sku

tags

包含定義為索引鍵/值組的資源標記。

tags?: Record<string, string>

屬性值

Record<string, string>

繼承的屬性詳細資料

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源的名稱

name?: string

屬性值

string

繼承自ProxyResource.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

systemData?: SystemData

屬性值

繼承自ProxyResource.systemData

type

資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」

type?: string

屬性值

string

繼承自ProxyResource.type