Partager via


SecuritySolution Constructors

Definition

Overloads

SecuritySolution()

Initializes a new instance of the SecuritySolution class.

SecuritySolution(String, String, String, String, String, String, String, String)

Initializes a new instance of the SecuritySolution class.

SecuritySolution()

Initializes a new instance of the SecuritySolution class.

public SecuritySolution ();
Public Sub New ()

Applies to

SecuritySolution(String, String, String, String, String, String, String, String)

Initializes a new instance of the SecuritySolution class.

public SecuritySolution (string id = default, string name = default, string type = default, string location = default, string securityFamily = default, string provisioningState = default, string template = default, string protectionStatus = default);
new Microsoft.Azure.Management.Security.Models.SecuritySolution : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.SecuritySolution
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional securityFamily As String = Nothing, Optional provisioningState As String = Nothing, Optional template As String = Nothing, Optional protectionStatus As String = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Location where the resource is stored

securityFamily
String

The security family of the security solution Possible values include: 'Waf', 'Ngfw', 'SaasWaf', 'Va'

provisioningState
String

The security family provisioning State Possible values include: 'Succeeded', 'Failed', 'Updating'

template
String

The security solutions' template

protectionStatus
String

The security solutions' status

Applies to