Udostępnij przez


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

Name Description
ParamIndicator(String)

Initializes a new instance of ParamIndicator.

Properties

Name Description
Expires

Expires.

KeyId

KeyId.

Signature

Signature.

Methods

Name Description
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

Name Description
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