次の方法で共有


SecurityPolicyUpdateProperties Class

Definition

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()

Applies to