StaticSiteUserProvidedFunctionAppProperties 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.
StaticSiteUserProvidedFunctionApp resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteUserProvidedFunctionAppPropertiesTypeConverter))]
public class StaticSiteUserProvidedFunctionAppProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteUserProvidedFunctionAppProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |