Delen via


StaticSiteUserProvidedFunctionApp Class

Definition

A static site user provided function.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserProvidedFunctionAppTypeConverter))]
public class StaticSiteUserProvidedFunctionApp : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteUserProvidedFunctionApp, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteUserProvidedFunctionAppTypeConverter))>]
type StaticSiteUserProvidedFunctionApp = class
    interface IStaticSiteUserProvidedFunctionApp
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class StaticSiteUserProvidedFunctionApp
Implements IStaticSiteUserProvidedFunctionApp, IValidates
Inheritance
StaticSiteUserProvidedFunctionApp
Attributes
Implements

Constructors

StaticSiteUserProvidedFunctionApp()

Creates an new StaticSiteUserProvidedFunctionApp 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

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteUserProvidedFunctionApp.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteUserProvidedFunctionApp.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteUserProvidedFunctionApp into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to