다음을 통해 공유


IotCentralNetworkRuleSets Class

Definition

Network Rule Set Properties of this IoT Central application.

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

Constructors

IotCentralNetworkRuleSets()

Initializes a new instance of IotCentralNetworkRuleSets.

Properties

ApplyToDevices

Whether these rules apply for device connectivity to IoT Hub and Device Provisioning service associated with this application.

ApplyToIotCentral

Whether these rules apply for connectivity via IoT Central web portal and APIs.

DefaultAction

The default network action to apply.

IPRules

List of IP rules.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotCentralNetworkRuleSets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotCentralNetworkRuleSets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotCentralNetworkRuleSets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotCentralNetworkRuleSets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotCentralNetworkRuleSets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to