MigrationWebApplicationFirewallMapping 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.
Web Application Firewall Mapping
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrationWebApplicationFirewallMappingTypeConverter))]
public class MigrationWebApplicationFirewallMapping : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMigrationWebApplicationFirewallMapping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrationWebApplicationFirewallMappingTypeConverter))>]
type MigrationWebApplicationFirewallMapping = class
interface IMigrationWebApplicationFirewallMapping
interface IJsonSerializable
Public Class MigrationWebApplicationFirewallMapping
Implements IMigrationWebApplicationFirewallMapping
- Inheritance
-
MigrationWebApplicationFirewallMapping
- Attributes
- Implements
Constructors
MigrationWebApplicationFirewallMapping() |
Creates an new MigrationWebApplicationFirewallMapping instance. |
Properties
MigratedFromId |
Resource ID. |
MigratedToId |
Resource ID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrationWebApplicationFirewallMapping. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrationWebApplicationFirewallMapping. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMigrationWebApplicationFirewallMapping. |
FromJsonString(String) |
Creates a new instance of MigrationWebApplicationFirewallMapping, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrationWebApplicationFirewallMapping into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |