StaticSiteDatabaseConnectionConfigurationFileOverview 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.
A database connection configuration file
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteDatabaseConnectionConfigurationFileOverviewTypeConverter))]
public class StaticSiteDatabaseConnectionConfigurationFileOverview : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteDatabaseConnectionConfigurationFileOverview
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteDatabaseConnectionConfigurationFileOverviewTypeConverter))>]
type StaticSiteDatabaseConnectionConfigurationFileOverview = class
interface IStaticSiteDatabaseConnectionConfigurationFileOverview
interface IJsonSerializable
Public Class StaticSiteDatabaseConnectionConfigurationFileOverview
Implements IStaticSiteDatabaseConnectionConfigurationFileOverview
- Inheritance
-
StaticSiteDatabaseConnectionConfigurationFileOverview
- Attributes
- Implements
Constructors
StaticSiteDatabaseConnectionConfigurationFileOverview() |
Creates an new StaticSiteDatabaseConnectionConfigurationFileOverview instance. |
Properties
Content |
The Base64 encoding of the file contents. |
FileName |
The name of the configuration file. |
Type |
The type of configuration file. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSiteDatabaseConnectionConfigurationFileOverview. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSiteDatabaseConnectionConfigurationFileOverview. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteDatabaseConnectionConfigurationFileOverview. |
FromJsonString(String) |
Creates a new instance of StaticSiteDatabaseConnectionConfigurationFileOverview, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSiteDatabaseConnectionConfigurationFileOverview into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |