RoutingInfo interface
Interface representing a RoutingInfo.
Methods
get(string, string, Routing |
Get the routing information for the packet core. |
list(string, string, Routing |
List all of the routing information for the packet core. |
Method Details
get(string, string, RoutingInfoGetOptionalParams)
Get the routing information for the packet core.
function get(resourceGroupName: string, packetCoreControlPlaneName: string, options?: RoutingInfoGetOptionalParams): Promise<RoutingInfoModel>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- packetCoreControlPlaneName
-
string
The name of the packet core control plane.
- options
- RoutingInfoGetOptionalParams
The options parameters.
Returns
Promise<RoutingInfoModel>
list(string, string, RoutingInfoListOptionalParams)
List all of the routing information for the packet core.
function list(resourceGroupName: string, packetCoreControlPlaneName: string, options?: RoutingInfoListOptionalParams): PagedAsyncIterableIterator<RoutingInfoModel, RoutingInfoModel[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- packetCoreControlPlaneName
-
string
The name of the packet core control plane.
- options
- RoutingInfoListOptionalParams
The options parameters.