Share via


StaticSiteUserProvidedFunctionAppArmResource Class

Definition

Static Site User Provided Function App ARM resource.

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

Constructors

StaticSiteUserProvidedFunctionAppArmResource()

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

ResourceGroupName

Gets the resource group name

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteUserProvidedFunctionAppArmResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteUserProvidedFunctionAppArmResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteUserProvidedFunctionAppArmResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to