Show / Hide Table of Contents

Class VirtualNetworkRuleState

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNetworkRuleState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Sql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkRuleState : ResourceArgs

Constructors

View Source

VirtualNetworkRuleState()

Declaration
public VirtualNetworkRuleState()

Properties

View Source

IgnoreMissingVnetServiceEndpoint

Create the virtual network rule before the subnet has the virtual network service endpoint enabled. The default value is false.

Declaration
public Input<bool> IgnoreMissingVnetServiceEndpoint { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the SQL virtual network rule. Changing this forces a new resource to be created. Cannot be empty and must only contain alphanumeric characters and hyphens. Cannot start with a number, and cannot start or end with a hyphen.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group where the SQL server resides. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerName

The name of the SQL Server to which this SQL virtual network rule will be applied to. Changing this forces a new resource to be created.

Declaration
public Input<string> ServerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetId

The ID of the subnet that the SQL server will be connected to.

Declaration
public Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.