FrontDoorSecurityPolicyPatch Class

Definition

The JSON object containing security policy update parameters.

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

Constructors

FrontDoorSecurityPolicyPatch()

Initializes a new instance of FrontDoorSecurityPolicyPatch.

Properties

Properties

object which contains security policy parameters Please note SecurityPolicyProperties 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 SecurityPolicyWebApplicationFirewall.

Explicit Interface Implementations

IJsonModel<FrontDoorSecurityPolicyPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorSecurityPolicyPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorSecurityPolicyPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorSecurityPolicyPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorSecurityPolicyPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to