Share via


PostgreSqlMigrationListFilter Struct

Definition

The PostgreSqlMigrationListFilter.

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

Constructors

PostgreSqlMigrationListFilter(String)

Initializes a new instance of PostgreSqlMigrationListFilter.

Properties

Active

Active.

All

All.

Methods

Equals(PostgreSqlMigrationListFilter)

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

Determines if two PostgreSqlMigrationListFilter values are the same.

Implicit(String to PostgreSqlMigrationListFilter)

Converts a string to a PostgreSqlMigrationListFilter.

Inequality(PostgreSqlMigrationListFilter, PostgreSqlMigrationListFilter)

Determines if two PostgreSqlMigrationListFilter values are not the same.

Applies to