Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkConnections

Package version

Interface representing a NetworkConnections.

Hierarchy

  • NetworkConnections

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • Deletes a Network Connections resource

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • networkConnectionName: string

      Name of the Network Connection that can be applied to a Pool.

    • Optional options: NetworkConnectionsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

beginUpdate

beginUpdateAndWait

get

getHealthDetails

listByResourceGroup

listBySubscription

listHealthDetails

runHealthChecks

  • Triggers a new health check run. The execution and health check result can be tracked via the network Connection health check details

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • networkConnectionName: string

      Name of the Network Connection that can be applied to a Pool.

    • Optional options: NetworkConnectionsRunHealthChecksOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc