LoadBalancerFrontendIPConfigurations interface
Interface representing a LoadBalancerFrontendIPConfigurations.
Methods
get(string, string, string, Load |
Gets load balancer frontend IP configuration. |
list(string, string, Load |
Gets all the load balancer frontend IP configurations. |
Method Details
get(string, string, string, LoadBalancerFrontendIPConfigurationsGetOptionalParams)
Gets load balancer frontend IP configuration.
function get(resourceGroupName: string, loadBalancerName: string, frontendIPConfigurationName: string, options?: LoadBalancerFrontendIPConfigurationsGetOptionalParams): Promise<FrontendIPConfiguration>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- loadBalancerName
-
string
The name of the load balancer.
- frontendIPConfigurationName
-
string
The name of the frontend IP configuration.
The options parameters.
Returns
Promise<FrontendIPConfiguration>
list(string, string, LoadBalancerFrontendIPConfigurationsListOptionalParams)
Gets all the load balancer frontend IP configurations.
function list(resourceGroupName: string, loadBalancerName: string, options?: LoadBalancerFrontendIPConfigurationsListOptionalParams): PagedAsyncIterableIterator<FrontendIPConfiguration, FrontendIPConfiguration[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- loadBalancerName
-
string
The name of the load balancer.
The options parameters.