ArmSecurityCenterModelFactory.SecuritySolution Method
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.
Initializes a new instance of SecuritySolution.
public static Azure.ResourceManager.SecurityCenter.Models.SecuritySolution SecuritySolution (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.SecurityCenter.Models.SecurityFamily? securityFamily = default, Azure.ResourceManager.SecurityCenter.Models.SecurityFamilyProvisioningState? provisioningState = default, string template = default, string protectionStatus = default, Azure.Core.AzureLocation? location = default);
static member SecuritySolution : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityFamily> * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityFamilyProvisioningState> * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.SecurityCenter.Models.SecuritySolution
Public Shared Function SecuritySolution (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional securityFamily As Nullable(Of SecurityFamily) = Nothing, Optional provisioningState As Nullable(Of SecurityFamilyProvisioningState) = Nothing, Optional template As String = Nothing, Optional protectionStatus As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As SecuritySolution
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- securityFamily
- Nullable<SecurityFamily>
The security family of the security solution.
- provisioningState
- Nullable<SecurityFamilyProvisioningState>
The security family provisioning State.
- template
- String
The security solutions' template.
- protectionStatus
- String
The security solutions' status.
- location
- Nullable<AzureLocation>
Location where the resource is stored.
Returns
A new SecuritySolution instance for mocking.
Applies to
Azure SDK for .NET