OptimizationType Struct

Definition

Specifies what scenario the customer wants this CDN endpoint to optimize, e.g. Download, Media services. With this information we can apply scenario driven optimization.

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

Constructors

OptimizationType(String)

Initializes a new instance of OptimizationType.

Properties

DynamicSiteAcceleration

DynamicSiteAcceleration.

GeneralMediaStreaming

GeneralMediaStreaming.

GeneralWebDelivery

GeneralWebDelivery.

LargeFileDownload

LargeFileDownload.

VideoOnDemandMediaStreaming

VideoOnDemandMediaStreaming.

Methods

Equals(OptimizationType)

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

Determines if two OptimizationType values are the same.

Implicit(String to OptimizationType)

Converts a string to a OptimizationType.

Inequality(OptimizationType, OptimizationType)

Determines if two OptimizationType values are not the same.

Applies to