NameAvailability Class

Definition

Represents a resource name availability.

public class NameAvailability
type NameAvailability = class
Public Class NameAvailability
Inheritance
NameAvailability

Constructors

NameAvailability()

Initializes a new instance of the NameAvailability class.

NameAvailability(String, Nullable<Boolean>, String, String)

Initializes a new instance of the NameAvailability class.

Properties

Message

Gets or sets error Message.

Name

Gets or sets name of the PostgreSQL server.

NameAvailable

Gets or sets indicates whether the resource name is available.

Type

Gets or sets type of the server

Applies to