Package version:

Interface AttachedNetworks

Interface representing a AttachedNetworks.

Hierarchy

  • AttachedNetworks

Methods

  • Un-attach a NetworkConnection.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • devCenterName: string

      The name of the devcenter.

    • attachedNetworkConnectionName: string

      The name of the attached NetworkConnection.

    • Optional options: AttachedNetworksDeleteOptionalParams

      The options parameters.

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

  • Un-attach a NetworkConnection.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • devCenterName: string

      The name of the devcenter.

    • attachedNetworkConnectionName: string

      The name of the attached NetworkConnection.

    • Optional options: AttachedNetworksDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc