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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteUserProvidedFunctionApp : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteUserProvidedFunctionApp = class
inherit ProxyOnlyResource
Public Class StaticSiteUserProvidedFunctionApp
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
StaticSiteUserProvidedFunctionApp() |
Initializes a new instance of the StaticSiteUserProvidedFunctionApp class. |
StaticSiteUserProvidedFunctionApp(String, String, String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the StaticSiteUserProvidedFunctionApp class. |
Properties
CreatedOn |
Gets the date and time on which the function app was registered with the static site. |
FunctionAppRegion |
Gets or sets the region of the function app registered with the static site |
FunctionAppResourceId |
Gets or sets the resource id of the function app registered with the static site |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET