UserDefinedResourcesProperties Constructors
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.
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""
List of Azure subscription ids on which the user defined resources query should be executed.