Class VirtualNetworkRuleState
Inherited Members
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.MariaDB
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkRuleState : ResourceArgs
Constructors
View SourceVirtualNetworkRuleState()
Declaration
public VirtualNetworkRuleState()
Properties
View SourceName
The name of the MariaDB 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> |
ResourceGroupName
The name of the resource group where the MariaDB 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> |
ServerName
The name of the SQL Server to which this MariaDB 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> |
SubnetId
The ID of the subnet that the MariaDB server will be connected to.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |