ActiveBaseSecurityAdminRule Class

Definition

Network base admin rule. Please note ActiveBaseSecurityAdminRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ActiveSecurityAdminRule and ActiveDefaultSecurityAdminRule.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Network.Models.UnknownActiveBaseSecurityAdminRule))]
public abstract class ActiveBaseSecurityAdminRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ActiveBaseSecurityAdminRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ActiveBaseSecurityAdminRule>
public abstract class ActiveBaseSecurityAdminRule
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Network.Models.UnknownActiveBaseSecurityAdminRule))>]
type ActiveBaseSecurityAdminRule = class
    interface IJsonModel<ActiveBaseSecurityAdminRule>
    interface IPersistableModel<ActiveBaseSecurityAdminRule>
type ActiveBaseSecurityAdminRule = class
Public MustInherit Class ActiveBaseSecurityAdminRule
Implements IJsonModel(Of ActiveBaseSecurityAdminRule), IPersistableModel(Of ActiveBaseSecurityAdminRule)
Public MustInherit Class ActiveBaseSecurityAdminRule
Inheritance
ActiveBaseSecurityAdminRule
Derived
Attributes
Implements

Constructors

ActiveBaseSecurityAdminRule()

Initializes a new instance of ActiveBaseSecurityAdminRule.

Properties

CommitOn

Deployment time string.

ConfigurationDescription

A description of the security admin configuration.

Id

Resource ID.

Region

Deployment region.

RuleCollectionAppliesToGroups

Groups for rule collection.

RuleCollectionDescription

A description of the rule collection.

RuleGroups

Effective configuration groups.

Explicit Interface Implementations

IJsonModel<ActiveBaseSecurityAdminRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActiveBaseSecurityAdminRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActiveBaseSecurityAdminRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActiveBaseSecurityAdminRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActiveBaseSecurityAdminRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to