AzureSqlServerVirtualNetworkRuleModel Class

Definition

Represents the core properties of an Azure Sql Server Virtual Network Rule

public class AzureSqlServerVirtualNetworkRuleModel
type AzureSqlServerVirtualNetworkRuleModel = class
Public Class AzureSqlServerVirtualNetworkRuleModel
Inheritance
AzureSqlServerVirtualNetworkRuleModel

Constructors

AzureSqlServerVirtualNetworkRuleModel()

Properties

IgnoreMissingVnetServiceEndpoint

Gets or sets create firewall rule before the virtual network has vnet service endpoint enabled.

ResourceGroupName

Gets or sets the name of the resource group

ServerName

Gets or sets the name of the server

State

Gets virtual network rule state. Possible values include: 'Initializing', 'InProgress', 'Ready', 'Deleting', 'Unknown'

VirtualNetworkRuleName

Gets or sets the name of the virtual network rule

VirtualNetworkSubnetId

Gets or sets the url of the virtual network

Applies to