StaticSiteUserProvidedFunctionAppArmResourceProperties 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.
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() |