AzureSqlServerVirtualNetworkRuleAdapter.UpsertVirtualNetworkRule Method
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.
Upserts a virtual network rule
public Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel UpsertVirtualNetworkRule (Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel model);
member this.UpsertVirtualNetworkRule : Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel -> Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel
Public Function UpsertVirtualNetworkRule (model As AzureSqlServerVirtualNetworkRuleModel) As AzureSqlServerVirtualNetworkRuleModel
Parameters
The virtual network rule to create
Returns
The updated virtual network rule model