UserDefinedResourcesProperties Class

Definition

Properties of the IoT Security solution's user defined resources.

public class UserDefinedResourcesProperties
public class UserDefinedResourcesProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.UserDefinedResourcesProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.UserDefinedResourcesProperties>
type UserDefinedResourcesProperties = class
type UserDefinedResourcesProperties = class
    interface IJsonModel<UserDefinedResourcesProperties>
    interface IPersistableModel<UserDefinedResourcesProperties>
Public Class UserDefinedResourcesProperties
Public Class UserDefinedResourcesProperties
Implements IJsonModel(Of UserDefinedResourcesProperties), IPersistableModel(Of UserDefinedResourcesProperties)
Inheritance
UserDefinedResourcesProperties
Implements

Constructors

UserDefinedResourcesProperties(String, IEnumerable<String>)

Initializes a new instance of UserDefinedResourcesProperties.

Properties

Query

Azure Resource Graph query which represents the security solution's user defined resources. Required to start with "where type != "Microsoft.Devices/IotHubs"".

QuerySubscriptions

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

Explicit Interface Implementations

IJsonModel<UserDefinedResourcesProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<UserDefinedResourcesProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UserDefinedResourcesProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UserDefinedResourcesProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<UserDefinedResourcesProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to