Partager via


DatabaseConnectionCollection Class

Definition

Collection of static site database connections.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionCollectionTypeConverter))]
public class DatabaseConnectionCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionCollectionTypeConverter))>]
type DatabaseConnectionCollection = class
    interface IDatabaseConnectionCollection
    interface IJsonSerializable
Public Class DatabaseConnectionCollection
Implements IDatabaseConnectionCollection
Inheritance
DatabaseConnectionCollection
Attributes
Implements

Constructors

DatabaseConnectionCollection()

Creates an new DatabaseConnectionCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseConnectionCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseConnectionCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionCollection.

FromJsonString(String)

Creates a new instance of DatabaseConnectionCollection, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseConnectionCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to