Share via


ProfileUpgradeContent Class

Definition

Parameters required for profile upgrade.

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

Constructors

ProfileUpgradeContent(IEnumerable<ProfileChangeSkuWafMapping>)

Initializes a new instance of ProfileUpgradeContent.

Properties

WafMappingList

Web Application Firewall (WAF) and security policy mapping for the profile upgrade.

Explicit Interface Implementations

IJsonModel<ProfileUpgradeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProfileUpgradeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProfileUpgradeContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProfileUpgradeContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProfileUpgradeContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to