DataEffect Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET