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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET