ApiReleaseContract interface
ApiRelease 详细信息。
属性
| api |
发布所属的 API 的标识符。 |
| created |
API 发布时间。 日期符合以下格式:yyyy-MM-ddTHH:mm:ssZ,由 ISO 8601 标准指定。 注意:此属性不会序列化。 它只能由服务器填充。 |
| notes | 发行说明 |
| updated |
API 版本更新的时间。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
| id | 资源的完全限定资源 ID。 Ex - /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
资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
name
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string