Share via


UserDefinedResourcesProperties Constructors

Definition

Overloads

UserDefinedResourcesProperties()

Initializes a new instance of the UserDefinedResourcesProperties class.

UserDefinedResourcesProperties(String, IList<String>)

Initializes a new instance of the UserDefinedResourcesProperties class.

UserDefinedResourcesProperties()

Initializes a new instance of the UserDefinedResourcesProperties class.

public UserDefinedResourcesProperties ();
Public Sub New ()

Applies to

UserDefinedResourcesProperties(String, IList<String>)

Initializes a new instance of the UserDefinedResourcesProperties class.

public UserDefinedResourcesProperties (string query, System.Collections.Generic.IList<string> querySubscriptions);
new Microsoft.Azure.Management.Security.Models.UserDefinedResourcesProperties : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Security.Models.UserDefinedResourcesProperties
Public Sub New (query As String, querySubscriptions As IList(Of String))

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
IList<String>

List of Azure subscription ids on which the user defined resources query should be executed.

Applies to