SecurityPolicyUpdateProperties 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.
The json object that contains properties required to update a security policy
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.SecurityPolicyUpdatePropertiesTypeConverter))]
public class SecurityPolicyUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ISecurityPolicyUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.SecurityPolicyUpdatePropertiesTypeConverter))>]
type SecurityPolicyUpdateProperties = class
interface ISecurityPolicyUpdateProperties
interface IJsonSerializable
Public Class SecurityPolicyUpdateProperties
Implements ISecurityPolicyUpdateProperties
- Inheritance
-
SecurityPolicyUpdateProperties
- Attributes
- Implements
Constructors
SecurityPolicyUpdateProperties() |
Creates an new SecurityPolicyUpdateProperties instance. |
Properties
Parameter |
object which contains security policy parameters |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SecurityPolicyUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SecurityPolicyUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ISecurityPolicyUpdateProperties. |
FromJsonString(String) |
Creates a new instance of SecurityPolicyUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SecurityPolicyUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |