Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoadBalancerFrontendIPConfigurations

Package version

Class representing a LoadBalancerFrontendIPConfigurations.

Hierarchy

  • LoadBalancerFrontendIPConfigurations

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, loadBalancerName: string, frontendIPConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.LoadBalancerFrontendIPConfigurationsGetResponse>
  • get(resourceGroupName: string, loadBalancerName: string, frontendIPConfigurationName: string, callback: msRest.ServiceCallback<FrontendIPConfiguration>): void
  • get(resourceGroupName: string, loadBalancerName: string, frontendIPConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<FrontendIPConfiguration>): void
  • Gets load balancer frontend IP configuration.

    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.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LoadBalancerFrontendIPConfigurationsGetResponse>

    Promise<Models.LoadBalancerFrontendIPConfigurationsGetResponse>

  • 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.

    • callback: msRest.ServiceCallback<FrontendIPConfiguration>

      The callback

    Returns void

  • 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.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<FrontendIPConfiguration>

      The callback

    Returns void

list

  • list(resourceGroupName: string, loadBalancerName: string, options?: msRest.RequestOptionsBase): Promise<Models.LoadBalancerFrontendIPConfigurationsListResponse>
  • list(resourceGroupName: string, loadBalancerName: string, callback: msRest.ServiceCallback<LoadBalancerFrontendIPConfigurationListResult>): void
  • list(resourceGroupName: string, loadBalancerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<LoadBalancerFrontendIPConfigurationListResult>): void

listNext

Generated using TypeDoc