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