PostgreSqlFlexibleServersSourceType Struct

Definition

Migration source server type : OnPremises, AWS, GCP, AzureVM, PostgreSQLSingleServer, AWS_RDS, AWS_AURORA, AWS_EC2, GCP_CloudSQL, GCP_AlloyDB, GCP_Compute, or EDB.

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

Constructors

PostgreSqlFlexibleServersSourceType(String)

Initializes a new instance of PostgreSqlFlexibleServersSourceType.

Properties

AWS

AWS.

AWSAurora

AWS_AURORA.

AWSEC2

AWS_EC2.

AWSRDS

AWS_RDS.

AzureVm

AzureVM.

EDB

EDB.

GCP

GCP.

GCPAlloyDB

GCP_AlloyDB.

GCPCloudSQL

GCP_CloudSQL.

GCPCompute

GCP_Compute.

OnPremises

OnPremises.

PostgreSQLSingleServer

PostgreSQLSingleServer.

Methods

Equals(PostgreSqlFlexibleServersSourceType)

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

Determines if two PostgreSqlFlexibleServersSourceType values are the same.

Implicit(String to PostgreSqlFlexibleServersSourceType)

Converts a String to a PostgreSqlFlexibleServersSourceType.

Inequality(PostgreSqlFlexibleServersSourceType, PostgreSqlFlexibleServersSourceType)

Determines if two PostgreSqlFlexibleServersSourceType values are not the same.

Applies to