Components interface
Interface representing a Components.
Methods
get(string, string, string, Components |
Gets information about the specified application instance resource. |
list |
Lists all the component resources in a network function. |
Method Details
get(string, string, string, ComponentsGetOptionalParams)
Gets information about the specified application instance resource.
function get(resourceGroupName: string, networkFunctionName: string, componentName: string, options?: ComponentsGetOptionalParams): Promise<Component>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- networkFunctionName
-
string
The name of the network function.
- componentName
-
string
The name of the component.
- options
- ComponentsGetOptionalParams
The options parameters.
Returns
Promise<Component>
listByNetworkFunction(string, string, ComponentsListByNetworkFunctionOptionalParams)
Lists all the component resources in a network function.
function listByNetworkFunction(resourceGroupName: string, networkFunctionName: string, options?: ComponentsListByNetworkFunctionOptionalParams): PagedAsyncIterableIterator<Component, Component[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- networkFunctionName
-
string
The name of the network function.
The options parameters.
Returns
Azure SDK for JavaScript