Module interface
模組類型的定義。
- Extends
屬性
| activity |
取得或設定模組的活動計數。 |
| content |
取得或設定模組的 contentLink。 |
| creation |
取得或設定建立時間。 |
| description | 取得或設定描述。 |
| error | 取得或設定模組的錯誤資訊。 |
| etag | 取得或設定資源的 etag。 |
| is |
取得或設定模組的類型,如果模組的複合型別為或否。 |
| is |
取得或設定模組的isGlobal旗標。 |
| last |
取得或設定上次修改的時間。 |
| provisioning |
取得或設定模組的布建狀態。 |
| size |
取得或設定模組位元組的大小。 |
| version | 取得或設定模組的版本。 |
繼承的屬性
| id | 資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | 資源所在的地理位置 |
| name | 資源的名稱 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
| tags | 資源標籤。 |
| type | 資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」 |
屬性詳細資料
activityCount
取得或設定模組的活動計數。
activityCount?: number
屬性值
number
contentLink
creationTime
取得或設定建立時間。
creationTime?: Date
屬性值
Date
description
取得或設定描述。
description?: string
屬性值
string
error
etag
取得或設定資源的 etag。
etag?: string
屬性值
string
isComposite
取得或設定模組的類型,如果模組的複合型別為或否。
isComposite?: boolean
屬性值
boolean
isGlobal
取得或設定模組的isGlobal旗標。
isGlobal?: boolean
屬性值
boolean
lastModifiedTime
取得或設定上次修改的時間。
lastModifiedTime?: Date
屬性值
Date
provisioningState
取得或設定模組的布建狀態。
provisioningState?: string
屬性值
string
sizeInBytes
取得或設定模組位元組的大小。
sizeInBytes?: number
屬性值
number
version
取得或設定模組的版本。
version?: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
屬性值
string
location
name
資源的名稱
name?: string
屬性值
string
繼承自
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。
systemData?: SystemData
屬性值
tags
type
資源的型別。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」
type?: string
屬性值
string