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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.