Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VirtualNetworks

Package version

Class representing a VirtualNetworks.

Hierarchy

  • VirtualNetworks

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(regionId: string, pcName: string, virtualNetworkName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworksGetResponse>
  • get(regionId: string, pcName: string, virtualNetworkName: string, callback: msRest.ServiceCallback<VirtualNetwork>): void
  • get(regionId: string, pcName: string, virtualNetworkName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VirtualNetwork>): void
  • Return virtual network by its name

    summary

    Implements virtual network GET method

    Parameters

    • regionId: string

      The region Id (westus, eastus)

    • pcName: string

      The private cloud name

    • virtualNetworkName: string

      virtual network id (vsphereId)

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VirtualNetworksGetResponse>

    Promise<Models.VirtualNetworksGetResponse>

  • Parameters

    • regionId: string

      The region Id (westus, eastus)

    • pcName: string

      The private cloud name

    • virtualNetworkName: string

      virtual network id (vsphereId)

    • callback: msRest.ServiceCallback<VirtualNetwork>

      The callback

    Returns void

  • Parameters

    • regionId: string

      The region Id (westus, eastus)

    • pcName: string

      The private cloud name

    • virtualNetworkName: string

      virtual network id (vsphereId)

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VirtualNetwork>

      The callback

    Returns void

list

  • list(regionId: string, pcName: string, resourcePoolName: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworksListResponse>
  • list(regionId: string, pcName: string, resourcePoolName: string, callback: msRest.ServiceCallback<VirtualNetworkListResponse>): void
  • list(regionId: string, pcName: string, resourcePoolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VirtualNetworkListResponse>): void
  • Return list of virtual networks in location for private cloud

    summary

    Implements list available virtual networks within a subscription method

    Parameters

    • regionId: string

      The region Id (westus, eastus)

    • pcName: string

      The private cloud name

    • resourcePoolName: string

      Resource pool used to derive vSphere cluster which contains virtual networks

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VirtualNetworksListResponse>

    Promise<Models.VirtualNetworksListResponse>

  • Parameters

    • regionId: string

      The region Id (westus, eastus)

    • pcName: string

      The private cloud name

    • resourcePoolName: string

      Resource pool used to derive vSphere cluster which contains virtual networks

    • callback: msRest.ServiceCallback<VirtualNetworkListResponse>

      The callback

    Returns void

  • Parameters

    • regionId: string

      The region Id (westus, eastus)

    • pcName: string

      The private cloud name

    • resourcePoolName: string

      Resource pool used to derive vSphere cluster which contains virtual networks

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<VirtualNetworkListResponse>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VirtualNetworksListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<VirtualNetworkListResponse>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<VirtualNetworkListResponse>): void
  • Return list of virtual networks in location for private cloud

    summary

    Implements list available virtual networks within a subscription method

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.VirtualNetworksListNextResponse>

    Promise<Models.VirtualNetworksListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<VirtualNetworkListResponse>

      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<VirtualNetworkListResponse>

      The callback

    Returns void

Generated using TypeDoc