ArmSecurityCenterModelFactory.SecurityCenterStandardData 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.
public static Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData SecurityCenterStandardData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string standardType = default, string description = default, string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.StandardComponentProperties> components = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.StandardSupportedClouds> supportedClouds = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation? location = default, string kind = default, Azure.ETag? eTag = default);
static member SecurityCenterStandardData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * seq<Azure.ResourceManager.SecurityCenter.Models.StandardComponentProperties> * seq<Azure.ResourceManager.SecurityCenter.Models.StandardSupportedClouds> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.Core.AzureLocation> * string * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityCenter.SecurityCenterStandardData
Public Shared Function SecurityCenterStandardData (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 standardType As String = Nothing, Optional description As String = Nothing, Optional category As String = Nothing, Optional components As IEnumerable(Of StandardComponentProperties) = Nothing, Optional supportedClouds As IEnumerable(Of StandardSupportedClouds) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional kind As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As SecurityCenterStandardData
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
display name of the standard, equivalent to the standardId.
- standardType
- String
standard type (Custom or BuiltIn only currently).
- description
- String
description of the standard.
- category
- String
category of the standard provided.
- components
- IEnumerable<StandardComponentProperties>
List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys.
- supportedClouds
- IEnumerable<StandardSupportedClouds>
List of all standard supported clouds.
- tags
- IDictionary<String,String>
Resource tags.
- location
- Nullable<AzureLocation>
The geo-location where the resource lives.
- kind
- String
Kind of the resource.
Entity tag is used for comparing two or more entities from the same requested resource.
Returns
A new SecurityCenterStandardData instance for mocking.