Components interface
表示组件的接口。
方法
| get(string, string, string, Components |
获取有关指定应用程序实例资源的信息。 |
| list |
列出网络函数中的所有组件资源。 |
方法详细信息
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
网络函数的名称。
选项参数。