PostgreSqlFlexibleServerTuningOptionType Struct

Definition

Name of the tuning option.

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

Constructors

Name Description
PostgreSqlFlexibleServerTuningOptionType(String)

Initializes a new instance of PostgreSqlFlexibleServerTuningOptionType.

Properties

Name Description
Index

Index related recommendations.

Table

Table related recommendations.

Methods

Name Description
Equals(PostgreSqlFlexibleServerTuningOptionType)

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

Determines if two PostgreSqlFlexibleServerTuningOptionType values are the same.

Implicit(String to Nullable<PostgreSqlFlexibleServerTuningOptionType>)
Implicit(String to PostgreSqlFlexibleServerTuningOptionType)

Converts a string to a PostgreSqlFlexibleServerTuningOptionType.

Inequality(PostgreSqlFlexibleServerTuningOptionType, PostgreSqlFlexibleServerTuningOptionType)

Determines if two PostgreSqlFlexibleServerTuningOptionType values are not the same.

Applies to