Sdílet prostřednictvím


EffectiveNetworkSecurityGroups Class

Definition

Describes the Network Security Groups effective on a network interface.

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

Constructors

EffectiveNetworkSecurityGroups()

Initializes a new instance of EffectiveNetworkSecurityGroups.

Properties

NetworkInterface

The Azure resource ID of the network interface.

NetworkSecurityGroups

The Network Security Groups effective on the network interface.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EffectiveNetworkSecurityGroups>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EffectiveNetworkSecurityGroups>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EffectiveNetworkSecurityGroups>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EffectiveNetworkSecurityGroups>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EffectiveNetworkSecurityGroups>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to