OptimizationType Struct
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.
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
Azure SDK for .NET