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 要求的標頭回應中目前的實體狀態,或應為 * 進行無條件更新。
- 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
內容類型識別碼。
選項參數。