DynamicCompressionEnabled Struct

Definition

Whether to use dynamic compression for cached content.

public readonly struct DynamicCompressionEnabled : IEquatable<Azure.ResourceManager.FrontDoor.Models.DynamicCompressionEnabled>
type DynamicCompressionEnabled = struct
Public Structure DynamicCompressionEnabled
Implements IEquatable(Of DynamicCompressionEnabled)
Inheritance
DynamicCompressionEnabled
Implements

Constructors

DynamicCompressionEnabled(String)

Initializes a new instance of DynamicCompressionEnabled.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DynamicCompressionEnabled)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DynamicCompressionEnabled, DynamicCompressionEnabled)

Determines if two DynamicCompressionEnabled values are the same.

Implicit(String to DynamicCompressionEnabled)

Converts a string to a DynamicCompressionEnabled.

Inequality(DynamicCompressionEnabled, DynamicCompressionEnabled)

Determines if two DynamicCompressionEnabled values are not the same.

Applies to