StaticSiteFunctionOverviewARMResource Class

Definition

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
StaticSiteFunctionOverviewARMResource
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