AttachedDatabaseConfigurationListResult 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.
The list attached database configurations operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.AttachedDatabaseConfigurationListResultTypeConverter))]
public class AttachedDatabaseConfigurationListResult : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfigurationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.AttachedDatabaseConfigurationListResultTypeConverter))>]
type AttachedDatabaseConfigurationListResult = class
interface IAttachedDatabaseConfigurationListResult
interface IJsonSerializable
Public Class AttachedDatabaseConfigurationListResult
Implements IAttachedDatabaseConfigurationListResult
- Inheritance
-
AttachedDatabaseConfigurationListResult
- Attributes
- Implements
Constructors
AttachedDatabaseConfigurationListResult() |
Creates an new AttachedDatabaseConfigurationListResult instance. |
Properties
Value |
The list of attached database configurations. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AttachedDatabaseConfigurationListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AttachedDatabaseConfigurationListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAttachedDatabaseConfigurationListResult. |
FromJsonString(String) |
Creates a new instance of AttachedDatabaseConfigurationListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AttachedDatabaseConfigurationListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |