EffectiveBaseSecurityAdminRule Class

Definition

Network base admin rule. Please note EffectiveBaseSecurityAdminRule 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 EffectiveSecurityAdminRule and EffectiveDefaultSecurityAdminRule.

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

Constructors

EffectiveBaseSecurityAdminRule()

Initializes a new instance of EffectiveBaseSecurityAdminRule.

Properties

ConfigurationDescription

A description of the security admin configuration.

ResourceId

Resource ID.

RuleCollectionAppliesToGroups

Groups for rule collection.

RuleCollectionDescription

A description of the rule collection.

RuleGroups

Effective configuration groups.

Explicit Interface Implementations

IJsonModel<EffectiveBaseSecurityAdminRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EffectiveBaseSecurityAdminRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EffectiveBaseSecurityAdminRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EffectiveBaseSecurityAdminRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EffectiveBaseSecurityAdminRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to