你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContentItem interface
表示 ContentItem 的接口。
方法
create |
创建由提供的内容类型指定的新开发人员门户的内容项。 |
delete(string, string, string, string, string, Content |
删除指定开发人员门户的内容项。 |
get(string, string, string, string, Content |
返回开发人员门户的标识符指定的内容项。 |
get |
返回由标识符指定的开发人员门户内容项) 版本的 ETag (实体状态。 |
list |
列出由提供的内容类型指定的开发人员门户的内容项。 |
方法详细信息
createOrUpdate(string, string, string, string, ContentItemContract, ContentItemCreateOrUpdateOptionalParams)
创建由提供的内容类型指定的新开发人员门户的内容项。
function createOrUpdate(resourceGroupName: string, serviceName: string, contentTypeId: string, contentItemId: string, parameters: ContentItemContract, options?: ContentItemCreateOrUpdateOptionalParams): Promise<ContentItemCreateOrUpdateResponse>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serviceName
-
string
API 管理服务的名称。
- contentTypeId
-
string
内容类型标识符。
- contentItemId
-
string
内容项标识符。
- parameters
- ContentItemContract
创建或更新参数。
选项参数。
返回
Promise<ContentItemCreateOrUpdateResponse>
delete(string, string, string, string, string, ContentItemDeleteOptionalParams)
删除指定开发人员门户的内容项。
function delete(resourceGroupName: string, serviceName: string, contentTypeId: string, contentItemId: string, ifMatch: string, options?: ContentItemDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serviceName
-
string
API 管理服务的名称。
- contentTypeId
-
string
内容类型标识符。
- contentItemId
-
string
内容项标识符。
- ifMatch
-
string
实体的 ETag。 ETag 应与 GET 请求的标头响应中的当前实体状态匹配,或者对于无条件更新,ETag 应为 * 。
- options
- ContentItemDeleteOptionalParams
选项参数。
返回
Promise<void>
get(string, string, string, string, ContentItemGetOptionalParams)
返回开发人员门户的标识符指定的内容项。
function get(resourceGroupName: string, serviceName: string, contentTypeId: string, contentItemId: string, options?: ContentItemGetOptionalParams): Promise<ContentItemGetResponse>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serviceName
-
string
API 管理服务的名称。
- contentTypeId
-
string
内容类型标识符。
- contentItemId
-
string
内容项标识符。
- options
- ContentItemGetOptionalParams
选项参数。
返回
Promise<ContentItemGetResponse>
getEntityTag(string, string, string, string, ContentItemGetEntityTagOptionalParams)
返回由标识符指定的开发人员门户内容项) 版本的 ETag (实体状态。
function getEntityTag(resourceGroupName: string, serviceName: string, contentTypeId: string, contentItemId: string, options?: ContentItemGetEntityTagOptionalParams): Promise<ContentItemGetEntityTagHeaders>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serviceName
-
string
API 管理服务的名称。
- contentTypeId
-
string
内容类型标识符。
- contentItemId
-
string
内容项标识符。
选项参数。
返回
Promise<ContentItemGetEntityTagHeaders>
listByService(string, string, string, ContentItemListByServiceOptionalParams)
列出由提供的内容类型指定的开发人员门户的内容项。
function listByService(resourceGroupName: string, serviceName: string, contentTypeId: string, options?: ContentItemListByServiceOptionalParams): PagedAsyncIterableIterator<ContentItemContract, ContentItemContract[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serviceName
-
string
API 管理服务的名称。
- contentTypeId
-
string
内容类型标识符。
选项参数。