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