Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoadBalancerProbes

Package version

Class representing a LoadBalancerProbes.

Hierarchy

  • LoadBalancerProbes

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, loadBalancerName: string, probeName: string, options?: msRest.RequestOptionsBase): Promise<Models.LoadBalancerProbesGetResponse>
  • get(resourceGroupName: string, loadBalancerName: string, probeName: string, callback: msRest.ServiceCallback<Probe>): void
  • get(resourceGroupName: string, loadBalancerName: string, probeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Probe>): void
  • Gets load balancer probe.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • loadBalancerName: string

      The name of the load balancer.

    • probeName: string

      The name of the probe.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LoadBalancerProbesGetResponse>

    Promise<Models.LoadBalancerProbesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • loadBalancerName: string

      The name of the load balancer.

    • probeName: string

      The name of the probe.

    • callback: msRest.ServiceCallback<Probe>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • loadBalancerName: string

      The name of the load balancer.

    • probeName: string

      The name of the probe.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Probe>

      The callback

    Returns void

list

  • list(resourceGroupName: string, loadBalancerName: string, options?: msRest.RequestOptionsBase): Promise<Models.LoadBalancerProbesListResponse>
  • list(resourceGroupName: string, loadBalancerName: string, callback: msRest.ServiceCallback<LoadBalancerProbeListResult>): void
  • list(resourceGroupName: string, loadBalancerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<LoadBalancerProbeListResult>): void
  • Gets all the load balancer probes.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • loadBalancerName: string

      The name of the load balancer.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LoadBalancerProbesListResponse>

    Promise<Models.LoadBalancerProbesListResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • loadBalancerName: string

      The name of the load balancer.

    • callback: msRest.ServiceCallback<LoadBalancerProbeListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • loadBalancerName: string

      The name of the load balancer.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<LoadBalancerProbeListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LoadBalancerProbesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<LoadBalancerProbeListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<LoadBalancerProbeListResult>): void
  • Gets all the load balancer probes.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.LoadBalancerProbesListNextResponse>

    Promise<Models.LoadBalancerProbesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<LoadBalancerProbeListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<LoadBalancerProbeListResult>

      The callback

    Returns void

Generated using TypeDoc