CompressionSettings 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.
settings for compression.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CompressionSettingsTypeConverter))]
public class CompressionSettings : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICompressionSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CompressionSettingsTypeConverter))>]
type CompressionSettings = class
interface ICompressionSettings
interface IJsonSerializable
Public Class CompressionSettings
Implements ICompressionSettings
- Inheritance
-
CompressionSettings
- Attributes
- Implements
Constructors
CompressionSettings() |
Creates an new CompressionSettings instance. |
Properties
ContentTypesToCompress |
List of content types on which compression applies. The value should be a valid MIME type. |
IsCompressionEnabled |
Indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CompressionSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CompressionSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICompressionSettings. |
FromJsonString(String) |
Creates a new instance of CompressionSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CompressionSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |