Compartilhar via


StaticSiteLinkedBackend Class

Definition

Static Site Linked Backend ARM resource.

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

Constructors

StaticSiteLinkedBackend()

Creates an new StaticSiteLinkedBackend instance.

Properties

BackendResourceId

The resource id of the backend linked to the static site

CreatedOn

The date and time on which the backend was linked to the static site.

ProvisioningState

The provisioning state of the linking process.

Region

The region of the backend linked to the static site

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteLinkedBackend.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteLinkedBackend.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteLinkedBackend into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to