ProfileChangeSkuWafMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters required for profile upgrade.
public class ProfileChangeSkuWafMapping : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping>
type ProfileChangeSkuWafMapping = class
interface IJsonModel<ProfileChangeSkuWafMapping>
interface IPersistableModel<ProfileChangeSkuWafMapping>
Public Class ProfileChangeSkuWafMapping
Implements IJsonModel(Of ProfileChangeSkuWafMapping), IPersistableModel(Of ProfileChangeSkuWafMapping)
- Inheritance
-
ProfileChangeSkuWafMapping
- Implements
Constructors
ProfileChangeSkuWafMapping(String, WritableSubResource) |
Initializes a new instance of ProfileChangeSkuWafMapping. |
Properties
ChangeToWafPolicyId |
Gets or sets Id. |
SecurityPolicyName |
The security policy name. |
Explicit Interface Implementations
IJsonModel<ProfileChangeSkuWafMapping>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ProfileChangeSkuWafMapping>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ProfileChangeSkuWafMapping>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ProfileChangeSkuWafMapping>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ProfileChangeSkuWafMapping>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET