VirtualNetworkRuleInner Class

Definition

A virtual network rule.

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

Constructors

VirtualNetworkRuleInner()

Initializes a new instance of the VirtualNetworkRuleInner class.

VirtualNetworkRuleInner(String, String, String, String, Nullable<Boolean>, VirtualNetworkRuleState)

Initializes a new instance of the VirtualNetworkRuleInner class.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
IgnoreMissingVnetServiceEndpoint

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

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
State

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

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VirtualNetworkSubnetId

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

Methods

Validate()

Validate the object.

Applies to