AtaExternalSecuritySolution 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
AtaExternalSecuritySolution() |
Initializes a new instance of the AtaExternalSecuritySolution class. |
AtaExternalSecuritySolution(String, String, String, String, String, AtaSolutionProperties) |
Initializes a new instance of the AtaExternalSecuritySolution class. |
AtaExternalSecuritySolution()
Initializes a new instance of the AtaExternalSecuritySolution class.
public AtaExternalSecuritySolution ();
Public Sub New ()
Applies to
AtaExternalSecuritySolution(String, String, String, String, String, AtaSolutionProperties)
Initializes a new instance of the AtaExternalSecuritySolution class.
public AtaExternalSecuritySolution (string id = default, string name = default, string type = default, string kind = default, string location = default, Microsoft.Azure.Management.Security.Models.AtaSolutionProperties properties = default);
new Microsoft.Azure.Management.Security.Models.AtaExternalSecuritySolution : string * string * string * string * string * Microsoft.Azure.Management.Security.Models.AtaSolutionProperties -> Microsoft.Azure.Management.Security.Models.AtaExternalSecuritySolution
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional properties As AtaSolutionProperties = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- kind
- String
The kind of the external solution Possible values include: 'CEF', 'ATA', 'AAD'
- location
- String
Location where the resource is stored
- properties
- AtaSolutionProperties
The external security solution properties for ATA solutions