ParamIndicator 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.
Indicates the purpose of the parameter.
public readonly struct ParamIndicator : IEquatable<Azure.ResourceManager.Cdn.Models.ParamIndicator>
type ParamIndicator = struct
Public Structure ParamIndicator
Implements IEquatable(Of ParamIndicator)
- Inheritance
-
ParamIndicator
- Implements
Constructors
ParamIndicator(String) |
Initializes a new instance of ParamIndicator. |
Properties
Expires |
Expires. |
KeyId |
KeyId. |
Signature |
Signature. |
Methods
Equals(ParamIndicator) |
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(ParamIndicator, ParamIndicator) |
Determines if two ParamIndicator values are the same. |
Implicit(String to ParamIndicator) |
Converts a string to a ParamIndicator. |
Inequality(ParamIndicator, ParamIndicator) |
Determines if two ParamIndicator values are not the same. |
Applies to
Azure SDK for .NET