PostgreSqlFlexibleServerNameAvailabilityResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a resource name availability.
public class PostgreSqlFlexibleServerNameAvailabilityResult : Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityResponse, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityResult>
type PostgreSqlFlexibleServerNameAvailabilityResult = class
inherit PostgreSqlFlexibleServerNameAvailabilityResponse
interface IJsonModel<PostgreSqlFlexibleServerNameAvailabilityResult>
interface IPersistableModel<PostgreSqlFlexibleServerNameAvailabilityResult>
Public Class PostgreSqlFlexibleServerNameAvailabilityResult
Inherits PostgreSqlFlexibleServerNameAvailabilityResponse
Implements IJsonModel(Of PostgreSqlFlexibleServerNameAvailabilityResult), IPersistableModel(Of PostgreSqlFlexibleServerNameAvailabilityResult)
- Inheritance
-
PostgreSqlFlexibleServerNameAvailabilityResult
- Implements
Properties
IsNameAvailable |
Indicates if the resource name is available. (Inherited from PostgreSqlFlexibleServerNameAvailabilityResponse) |
Message |
Detailed reason why the given name is available. (Inherited from PostgreSqlFlexibleServerNameAvailabilityResponse) |
Name |
name of the PostgreSQL server. |
Reason |
The reason why the given name is not available. (Inherited from PostgreSqlFlexibleServerNameAvailabilityResponse) |
ResourceType |
type of the server. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from PostgreSqlFlexibleServerNameAvailabilityResponse) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET