CdnRuleType 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.
Describes type of rule.
public readonly struct CdnRuleType : IEquatable<Azure.ResourceManager.Cdn.Models.CdnRuleType>
type CdnRuleType = struct
Public Structure CdnRuleType
Implements IEquatable(Of CdnRuleType)
- Inheritance
-
CdnRuleType
- Implements
Constructors
| Name | Description |
|---|---|
| CdnRuleType(String) |
Initializes a new instance of CdnRuleType. |
Properties
| Name | Description |
|---|---|
| MatchRule |
Gets the MatchRule. |
| RateLimitRule |
Gets the RateLimitRule. |
Methods
| Name | Description |
|---|---|
| Equals(CdnRuleType) |
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(CdnRuleType, CdnRuleType) |
Determines if two CdnRuleType values are the same. |
| Implicit(String to CdnRuleType) |
Converts a string to a CdnRuleType. |
| Implicit(String to Nullable<CdnRuleType>) | |
| Inequality(CdnRuleType, CdnRuleType) |
Determines if two CdnRuleType values are not the same. |