PostgreSqlFlexibleServerMaintenanceType Struct

Definition

Type of a maintenance event resource.

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

Constructors

Name Description
PostgreSqlFlexibleServerMaintenanceType(String)

Initializes a new instance of PostgreSqlFlexibleServerMaintenanceType.

Properties

Name Description
PlannedMaintenance

Planned maintenance event.

Methods

Name Description
Equals(PostgreSqlFlexibleServerMaintenanceType)

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

Determines if two PostgreSqlFlexibleServerMaintenanceType values are the same.

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

Converts a string to a PostgreSqlFlexibleServerMaintenanceType.

Inequality(PostgreSqlFlexibleServerMaintenanceType, PostgreSqlFlexibleServerMaintenanceType)

Determines if two PostgreSqlFlexibleServerMaintenanceType values are not the same.

Applies to