次の方法で共有


GenerateType Struct

Definition

Generate type enum Serialized Name: GenerateType

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

Constructors

GenerateType(String)

Initializes a new instance of GenerateType.

Properties

All

Generate all Serialized Name: GenerateType.All

Single

Generate single Serialized Name: GenerateType.Single

Methods

Equals(GenerateType)

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

Determines if two GenerateType values are the same.

Implicit(String to GenerateType)

Converts a string to a GenerateType.

Inequality(GenerateType, GenerateType)

Determines if two GenerateType values are not the same.

Applies to