你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.OptimizationTypeTypeConverter))]
public struct OptimizationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.OptimizationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.OptimizationTypeTypeConverter))>]
type OptimizationType = struct
interface IArgumentCompleter
Public Structure OptimizationType
Implements IArgumentCompleter, IEquatable(Of OptimizationType)
- Inheritance
-
OptimizationType
- Attributes
- Implements
Fields
DynamicSiteAcceleration | |
GeneralMediaStreaming | |
GeneralWebDelivery | |
LargeFileDownload | |
VideoOnDemandMediaStreaming |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OptimizationType (override for Object) |
Equals(OptimizationType) |
Compares values of enum type OptimizationType |
GetHashCode() |
Returns hashCode for enum OptimizationType |
ToString() |
Returns string representation for OptimizationType |
Operators
Equality(OptimizationType, OptimizationType) |
Overriding == operator for enum OptimizationType |
Implicit(OptimizationType to String) |
Implicit operator to convert OptimizationType to string |
Implicit(String to OptimizationType) |
Implicit operator to convert string to OptimizationType |
Inequality(OptimizationType, OptimizationType) |
Overriding != operator for enum OptimizationType |