Package version:

Interface VirtualNetworkRules

Interface representing a VirtualNetworkRules.

Hierarchy

  • VirtualNetworkRules

Methods

  • Deletes the virtual network rule with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • virtualNetworkRuleName: string

      The name of the virtual network rule.

    • Optional options: VirtualNetworkRulesDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes the virtual network rule with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • virtualNetworkRuleName: string

      The name of the virtual network rule.

    • Optional options: VirtualNetworkRulesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc