StaticSiteUserProvidedFunctionApp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A static site user provided function.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteUserProvidedFunctionAppTypeConverter))]
public class StaticSiteUserProvidedFunctionApp : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteUserProvidedFunctionApp, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |