INeonDatabaseProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.NeonDatabasePropertiesTypeConverter))]
public interface INeonDatabaseProperties : Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.NeonDatabasePropertiesTypeConverter))>]
type INeonDatabaseProperties = interface
interface IJsonSerializable
Public Interface INeonDatabaseProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Attribute |
Additional attributes for the entity |
| BranchId |
The ID of the branch this database belongs to |
| CreatedAt |
Timestamp indicating when the entity was created |
| EntityId |
Unique identifier for the entity |
| EntityName |
Name of the resource |
| OwnerName |
The name of the role that owns the database |
| ProvisioningState |
Provisioning state of the resource. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |