CdnCacheLevel 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.
The level at which the content needs to be cached.
public readonly struct CdnCacheLevel : IEquatable<Azure.ResourceManager.Cdn.Models.CdnCacheLevel>
type CdnCacheLevel = struct
Public Structure CdnCacheLevel
Implements IEquatable(Of CdnCacheLevel)
- Inheritance
-
CdnCacheLevel
- Implements
Constructors
CdnCacheLevel(String) |
Initializes a new instance of CdnCacheLevel. |
Properties
All |
All. |
Methods
Equals(CdnCacheLevel) |
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(CdnCacheLevel, CdnCacheLevel) |
Determines if two CdnCacheLevel values are the same. |
Implicit(String to CdnCacheLevel) |
Converts a string to a CdnCacheLevel. |
Inequality(CdnCacheLevel, CdnCacheLevel) |
Determines if two CdnCacheLevel values are not the same. |
Applies to
Azure SDK for .NET