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

StaticSiteUserProvidedFunctionAppArmResourceProperties Class

Definition

StaticSiteUserProvidedFunctionAppARMResource resource specific properties

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

Constructors

StaticSiteUserProvidedFunctionAppArmResourceProperties()

Creates an new StaticSiteUserProvidedFunctionAppArmResourceProperties 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 StaticSiteUserProvidedFunctionAppArmResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteUserProvidedFunctionAppArmResourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteUserProvidedFunctionAppArmResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to