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