ApiReleaseContract interface
ApiRelease 詳細數據。
- Extends
屬性
api |
發行所屬 API 的識別碼。 |
created |
API 發行的時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ,如 ISO 8601 標準所指定。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
notes | 版本資訊 |
updated |
API 發行的時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
apiId
發行所屬 API 的識別碼。
apiId?: string
屬性值
string
createdDateTime
API 發行的時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ,如 ISO 8601 標準所指定。 注意:這個屬性不會串行化。 它只能由伺服器填入。
createdDateTime?: Date
屬性值
Date
notes
版本資訊
notes?: string
屬性值
string
updatedDateTime
API 發行的時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
updatedDateTime?: Date
屬性值
Date
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string