Share via


PostgreSqlMigration.TargetDbServerFullyQualifiedDomainName Property

Definition

Fully qualified domain name (FQDN) or IP address of the target server. This property is optional. When provided, the migration service will always use it to connect to the target server.

public Azure.Provisioning.BicepValue<string> TargetDbServerFullyQualifiedDomainName { get; set; }
member this.TargetDbServerFullyQualifiedDomainName : Azure.Provisioning.BicepValue<string> with get, set
Public Property TargetDbServerFullyQualifiedDomainName As BicepValue(Of String)

Property Value

Applies to