AzureSqlServerVirtualNetworkRuleAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adapter for virtual network rule operations
public class AzureSqlServerVirtualNetworkRuleAdapter
type AzureSqlServerVirtualNetworkRuleAdapter = class
Public Class AzureSqlServerVirtualNetworkRuleAdapter
- Inheritance
-
AzureSqlServerVirtualNetworkRuleAdapter
Constructors
AzureSqlServerVirtualNetworkRuleAdapter(IAzureContext) |
Constructs a virtual network rule adapter |
Properties
Context |
Gets or sets the Azure profile |
Methods
GetVirtualNetworkRule(String, String, String) |
Gets a virtual network rule in a server |
ListVirtualNetworkRules(String, String) |
Gets a list of all the virtual network rules in a server |
RemoveVirtualNetworkRule(String, String, String) |
Deletes a virtual network rule |
UpsertVirtualNetworkRule(AzureSqlServerVirtualNetworkRuleModel) |
Upserts a virtual network rule |