Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NetworkInterfaceIPConfigurations

Package version

Class representing a NetworkInterfaceIPConfigurations.

Hierarchy

  • NetworkInterfaceIPConfigurations

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkInterfaceIPConfigurationsGetResponse>
  • get(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, callback: msRest.ServiceCallback<NetworkInterfaceIPConfiguration>): void
  • get(resourceGroupName: string, networkInterfaceName: string, ipConfigurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<NetworkInterfaceIPConfiguration>): void
  • Gets the specified network interface ip configuration.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkInterfaceName: string

      The name of the network interface.

    • ipConfigurationName: string

      The name of the ip configuration name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.NetworkInterfaceIPConfigurationsGetResponse>

    Promise<Models.NetworkInterfaceIPConfigurationsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkInterfaceName: string

      The name of the network interface.

    • ipConfigurationName: string

      The name of the ip configuration name.

    • callback: msRest.ServiceCallback<NetworkInterfaceIPConfiguration>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkInterfaceName: string

      The name of the network interface.

    • ipConfigurationName: string

      The name of the ip configuration name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<NetworkInterfaceIPConfiguration>

      The callback

    Returns void

list

  • list(resourceGroupName: string, networkInterfaceName: string, options?: msRest.RequestOptionsBase): Promise<Models.NetworkInterfaceIPConfigurationsListResponse>
  • list(resourceGroupName: string, networkInterfaceName: string, callback: msRest.ServiceCallback<NetworkInterfaceIPConfigurationListResult>): void
  • list(resourceGroupName: string, networkInterfaceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<NetworkInterfaceIPConfigurationListResult>): void

listNext

Generated using TypeDoc