共用方式為


Components interface

代表元件的介面。

方法

get(string, string, string, ComponentsGetOptionalParams)

取得指定之應用程式實例資源的相關資訊。

listByNetworkFunction(string, string, ComponentsListByNetworkFunctionOptionalParams)

列出網路函式中的所有元件資源。

方法詳細資料

get(string, string, string, ComponentsGetOptionalParams)

取得指定之應用程式實例資源的相關資訊。

function get(resourceGroupName: string, networkFunctionName: string, componentName: string, options?: ComponentsGetOptionalParams): Promise<Component>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

networkFunctionName

string

網路函式的名稱。

componentName

string

元件的名稱。

options
ComponentsGetOptionalParams

選項參數。

傳回

Promise<Component>

listByNetworkFunction(string, string, ComponentsListByNetworkFunctionOptionalParams)

列出網路函式中的所有元件資源。

function listByNetworkFunction(resourceGroupName: string, networkFunctionName: string, options?: ComponentsListByNetworkFunctionOptionalParams): PagedAsyncIterableIterator<Component, Component[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

networkFunctionName

string

網路函式的名稱。

傳回