ArmSecurityCenterModelFactory.SecureScoreData 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 SecureScoreData.
public static Azure.ResourceManager.SecurityCenter.SecureScoreData SecureScoreData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, long? weight = default, int? max = default, double? current = default, double? percentage = default);
static member SecureScoreData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<int64> * Nullable<int> * Nullable<double> * Nullable<double> -> Azure.ResourceManager.SecurityCenter.SecureScoreData
Public Shared Function SecureScoreData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional weight As Nullable(Of Long) = Nothing, Optional max As Nullable(Of Integer) = Nothing, Optional current As Nullable(Of Double) = Nothing, Optional percentage As Nullable(Of Double) = Nothing) As SecureScoreData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- displayName
- String
The initiative's name.
The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions.
Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.
Returns
A new SecureScoreData instance for mocking.