DataEffect Constructors

Definition

Overloads

DataEffect()

Initializes a new instance of the DataEffect class.

DataEffect(String, Object)

Initializes a new instance of the DataEffect class.

DataEffect()

Initializes a new instance of the DataEffect class.

public DataEffect ();
Public Sub New ()

Applies to

DataEffect(String, Object)

Initializes a new instance of the DataEffect class.

public DataEffect (string name = default, object detailsSchema = default);
new Microsoft.Azure.Management.ResourceManager.Models.DataEffect : string * obj -> Microsoft.Azure.Management.ResourceManager.Models.DataEffect
Public Sub New (Optional name As String = Nothing, Optional detailsSchema As Object = Nothing)

Parameters

name
String

The data effect name.

detailsSchema
Object

The data effect details schema.

Applies to