StaticSiteUserProvidedFunctionAppARMResource 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.
Static Site User Provided Function App ARM resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteUserProvidedFunctionAppARMResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteUserProvidedFunctionAppARMResource = class
inherit ProxyOnlyResource
Public Class StaticSiteUserProvidedFunctionAppARMResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
StaticSiteUserProvidedFunctionAppARMResource() |
Initializes a new instance of the StaticSiteUserProvidedFunctionAppARMResource class. |
StaticSiteUserProvidedFunctionAppARMResource(String, String, String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the StaticSiteUserProvidedFunctionAppARMResource 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