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.MySql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkRuleState : ResourceArgs

Constructors

View Source

VirtualNetworkRuleState()

Declaration
public VirtualNetworkRuleState()

Properties

View Source

Name

The name of the MySQL Virtual Network Rule. Cannot be empty and must only contain alphanumeric characters and hyphens. Cannot start with a number, and cannot start or end with a hyphen. Changing this forces a new resource to be created.

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 MySQL 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 MySQL 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 MySQL 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.