你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSiteUserProvidedFunctionAppProperties Class

Definition

StaticSiteUserProvidedFunctionApp resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserProvidedFunctionAppPropertiesTypeConverter))]
public class StaticSiteUserProvidedFunctionAppProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserProvidedFunctionAppPropertiesTypeConverter))>]
type StaticSiteUserProvidedFunctionAppProperties = class
    interface IStaticSiteUserProvidedFunctionAppProperties
    interface IJsonSerializable
Public Class StaticSiteUserProvidedFunctionAppProperties
Implements IStaticSiteUserProvidedFunctionAppProperties
Inheritance
StaticSiteUserProvidedFunctionAppProperties
Attributes
Implements

Constructors

StaticSiteUserProvidedFunctionAppProperties()

Creates an new StaticSiteUserProvidedFunctionAppProperties instance.

Properties

CreatedOn

The date and time on which the function app was registered with the static site.

FunctionAppRegion

The region of the function app registered with the static site

FunctionAppResourceId

The resource id of the function app registered with the static site

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteUserProvidedFunctionAppProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteUserProvidedFunctionAppProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionAppProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteUserProvidedFunctionAppProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to