GenerateType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET