Share via


StaticSiteLinkedBackendsCollection Class

Definition

Collection of static site linked backends.

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

Constructors

StaticSiteLinkedBackendsCollection()

Creates an new StaticSiteLinkedBackendsCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteLinkedBackendsCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteLinkedBackendsCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteLinkedBackendsCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to