Udostępnij za pośrednictwem


ProfilePropertiesUpdateParameters Class

Definition

The JSON object containing profile update parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfilePropertiesUpdateParametersTypeConverter))]
public class ProfilePropertiesUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfilePropertiesUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfilePropertiesUpdateParametersTypeConverter))>]
type ProfilePropertiesUpdateParameters = class
    interface IProfilePropertiesUpdateParameters
    interface IJsonSerializable
Public Class ProfilePropertiesUpdateParameters
Implements IProfilePropertiesUpdateParameters
Inheritance
ProfilePropertiesUpdateParameters
Attributes
Implements

Constructors

ProfilePropertiesUpdateParameters()

Creates an new ProfilePropertiesUpdateParameters instance.

Properties

LogScrubbingRule

List of log scrubbing rules applied to the Azure Front Door profile logs.

LogScrubbingState

State of the log scrubbing config. Default value is Enabled.

OriginResponseTimeoutSecond

Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProfilePropertiesUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProfilePropertiesUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfilePropertiesUpdateParameters.

FromJsonString(String)

Creates a new instance of ProfilePropertiesUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProfilePropertiesUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to