Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AttachedNetworks

Package version

Interface representing a AttachedNetworks.

Hierarchy

  • AttachedNetworks

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Un-attach a NetworkConnection.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

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

beginDeleteAndWait

  • Un-attach a NetworkConnection.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • devCenterName: string

      The name of the devcenter.

    • attachedNetworkConnectionName: string

      The name of the attached NetworkConnection.

    • Optional options: AttachedNetworksDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

getByDevCenter

getByProject

listByDevCenter

listByProject

Generated using TypeDoc