Freigeben über


CdnCacheLevel Struct

Definition

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

Name Description
CdnCacheLevel(String)

Initializes a new instance of CdnCacheLevel.

Properties

Name Description
All

All.

Methods

Name Description
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

Name Description
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