GridImageType Struct

Definition

GridImageType enum.

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

Constructors

Name Description
GridImageType(String)

Initializes a new instance of GridImageType.

Properties

Name Description
CustomImage

Custom image.

ReleaseUpdate

Release update.

Methods

Name Description
Equals(GridImageType)

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

Determines if two GridImageType values are the same.

Implicit(String to GridImageType)

Converts a String to a GridImageType.

Inequality(GridImageType, GridImageType)

Determines if two GridImageType values are not the same.

Applies to