CosmosDBForPostgreSqlConfigurationDataType Struct

Definition

Data type of the configuration.

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

Constructors

CosmosDBForPostgreSqlConfigurationDataType(String)

Initializes a new instance of CosmosDBForPostgreSqlConfigurationDataType.

Properties

Boolean

Boolean.

Enumeration

Enumeration.

Integer

Integer.

Numeric

Numeric.

Methods

Equals(CosmosDBForPostgreSqlConfigurationDataType)

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

Determines if two CosmosDBForPostgreSqlConfigurationDataType values are the same.

Implicit(String to CosmosDBForPostgreSqlConfigurationDataType)

Converts a string to a CosmosDBForPostgreSqlConfigurationDataType.

Inequality(CosmosDBForPostgreSqlConfigurationDataType, CosmosDBForPostgreSqlConfigurationDataType)

Determines if two CosmosDBForPostgreSqlConfigurationDataType values are not the same.

Applies to