ParamIndicator Struct

Definition

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