Show / Hide Table of Contents

Class ConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ConfigurationArgs
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.MariaDB
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConfigurationArgs : ResourceArgs

Constructors

View Source

ConfigurationArgs()

Declaration
public ConfigurationArgs()

Properties

View Source

Name

Specifies the name of the MariaDB Configuration, which needs to be a valid MariaDB configuration name. 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 in which the MariaDB Server exists. 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

Specifies the name of the MariaDB Server. 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

Value

Specifies the value of the MariaDB Configuration. See the MariaDB documentation for valid values.

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