VirtualNetworkRule Class

Definition

A virtual network rule.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualNetworkRule : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualNetworkRule = class
    inherit ProxyResource
Public Class VirtualNetworkRule
Inherits ProxyResource
Inheritance
VirtualNetworkRule
Attributes

Constructors

VirtualNetworkRule()

Initializes a new instance of the VirtualNetworkRule class.

VirtualNetworkRule(String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the VirtualNetworkRule class.

Properties

Id

Gets resource ID.

(Inherited from Resource)
IgnoreMissingVnetServiceEndpoint

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

Name

Gets resource name.

(Inherited from Resource)
State

Gets virtual Network Rule State. Possible values include: 'Initializing', 'InProgress', 'Ready', 'Failed', 'Deleting', 'Unknown'

Type

Gets resource type.

(Inherited from Resource)
VirtualNetworkSubnetId

Gets or sets the ARM resource id of the virtual network subnet.

Methods

Validate()

Validate the object.

Applies to