AtaSolutionProperties 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
AtaSolutionProperties() |
Initializes a new instance of the AtaSolutionProperties class. |
AtaSolutionProperties(String, String, ConnectedWorkspace, String) |
Initializes a new instance of the AtaSolutionProperties class. |
AtaSolutionProperties()
Initializes a new instance of the AtaSolutionProperties class.
public AtaSolutionProperties ();
Public Sub New ()
Applies to
AtaSolutionProperties(String, String, ConnectedWorkspace, String)
Initializes a new instance of the AtaSolutionProperties class.
public AtaSolutionProperties (string deviceVendor = default, string deviceType = default, Microsoft.Azure.Management.Security.Models.ConnectedWorkspace workspace = default, string lastEventReceived = default);
new Microsoft.Azure.Management.Security.Models.AtaSolutionProperties : string * string * Microsoft.Azure.Management.Security.Models.ConnectedWorkspace * string -> Microsoft.Azure.Management.Security.Models.AtaSolutionProperties
Public Sub New (Optional deviceVendor As String = Nothing, Optional deviceType As String = Nothing, Optional workspace As ConnectedWorkspace = Nothing, Optional lastEventReceived As String = Nothing)
Parameters
- deviceVendor
- String
- deviceType
- String
- workspace
- ConnectedWorkspace
Represents an OMS workspace to which the solution is connected
- lastEventReceived
- String