ArmSecurityCenterModelFactory.UserDefinedResourcesProperties 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.Models.UserDefinedResourcesProperties UserDefinedResourcesProperties(string query = default, System.Collections.Generic.IEnumerable<string> querySubscriptions = default);
static member UserDefinedResourcesProperties : string * seq<string> -> Azure.ResourceManager.SecurityCenter.Models.UserDefinedResourcesProperties
Public Shared Function UserDefinedResourcesProperties (Optional query As String = Nothing, Optional querySubscriptions As IEnumerable(Of String) = Nothing) As UserDefinedResourcesProperties
Parameters
- query
- String
Azure Resource Graph query which represents the security solution's user defined resources. Required to start with "where type != "Microsoft.Devices/IotHubs"".
- querySubscriptions
- IEnumerable<String>
List of Azure subscription ids on which the user defined resources query should be executed.
Returns
A new UserDefinedResourcesProperties instance for mocking.