Share via


ProductLinkType Struct

Definition

Type of link.

public readonly struct ProductLinkType : IEquatable<Azure.ResourceManager.EdgeOrder.Models.ProductLinkType>
type ProductLinkType = struct
Public Structure ProductLinkType
Implements IEquatable(Of ProductLinkType)
Inheritance
ProductLinkType
Implements

Constructors

ProductLinkType(String)

Initializes a new instance of ProductLinkType.

Properties

Documentation

Link to product documentation.

Generic

Generic link.

KnowMore

Link to know more.

SignUp

Link to sign up for products.

Specification

Link to product specification.

TermsAndConditions

Terms and conditions link.

Methods

Equals(ProductLinkType)

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(ProductLinkType, ProductLinkType)

Determines if two ProductLinkType values are the same.

Implicit(String to ProductLinkType)

Converts a string to a ProductLinkType.

Inequality(ProductLinkType, ProductLinkType)

Determines if two ProductLinkType values are not the same.

Applies to