你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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