Share via


Attributes(String, String) Constructor

Definition

Initializes a new instance of Attributes.

public Attributes(string name, string value);
new Azure.ResourceManager.NeonPostgres.Models.Attributes : string * string -> Azure.ResourceManager.NeonPostgres.Models.Attributes
Public Sub New (name As String, value As String)

Parameters

name
String

Name of the attribute.

value
String

Value of the attribute.

Exceptions

name or value is null.

Applies to