StaticSiteFunctionOverviewARMResource 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 Function Overview ARM resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteFunctionOverviewARMResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteFunctionOverviewARMResource = class
inherit ProxyOnlyResource
Public Class StaticSiteFunctionOverviewARMResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
StaticSiteFunctionOverviewARMResource() |
Initializes a new instance of the StaticSiteFunctionOverviewARMResource class. |
StaticSiteFunctionOverviewARMResource(String, String, String, String, String, String) |
Initializes a new instance of the StaticSiteFunctionOverviewARMResource class. |
Properties
FunctionName |
Gets the name for the function |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
TriggerType |
Gets the trigger type of the function. Possible values include: 'HttpTrigger', 'Unknown' |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET