EdgeOrderProductImageType Struct

Definition

Type of the image.

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

Constructors

EdgeOrderProductImageType(String)

Initializes a new instance of EdgeOrderProductImageType.

Properties

BulletImage

Bullet image.

GenericImage

Generic image.

MainImage

Main image.

Methods

Equals(EdgeOrderProductImageType)

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

Determines if two EdgeOrderProductImageType values are the same.

Implicit(String to EdgeOrderProductImageType)

Converts a string to a EdgeOrderProductImageType.

Inequality(EdgeOrderProductImageType, EdgeOrderProductImageType)

Determines if two EdgeOrderProductImageType values are not the same.

Applies to