ScriptLogsList 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
ScriptLogsList() |
Initializes a new instance of the ScriptLogsList class. |
ScriptLogsList(IList<ScriptLog>) |
Initializes a new instance of the ScriptLogsList class. |
ScriptLogsList()
Initializes a new instance of the ScriptLogsList class.
public ScriptLogsList ();
Public Sub New ()
Applies to
ScriptLogsList(IList<ScriptLog>)
Initializes a new instance of the ScriptLogsList class.
public ScriptLogsList (System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.ScriptLog> value = default);
new Microsoft.Azure.Management.Resources.Models.ScriptLogsList : System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.ScriptLog> -> Microsoft.Azure.Management.Resources.Models.ScriptLogsList
Public Sub New (Optional value As IList(Of ScriptLog) = Nothing)