StaticSiteUserProvidedFunctionApp Constructors
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.
Overloads
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. |
StaticSiteUserProvidedFunctionApp()
Initializes a new instance of the StaticSiteUserProvidedFunctionApp class.
public StaticSiteUserProvidedFunctionApp ();
Public Sub New ()
Applies to
StaticSiteUserProvidedFunctionApp(String, String, String, String, String, String, Nullable<DateTime>)
Initializes a new instance of the StaticSiteUserProvidedFunctionApp class.
public StaticSiteUserProvidedFunctionApp (string id = default, string name = default, string kind = default, string type = default, string functionAppResourceId = default, string functionAppRegion = default, DateTime? createdOn = default);
new Microsoft.Azure.Management.WebSites.Models.StaticSiteUserProvidedFunctionApp : string * string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.WebSites.Models.StaticSiteUserProvidedFunctionApp
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional functionAppResourceId As String = Nothing, Optional functionAppRegion As String = Nothing, Optional createdOn As Nullable(Of DateTime) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- functionAppResourceId
- String
The resource id of the function app registered with the static site
- functionAppRegion
- String
The region of the function app registered with the static site
The date and time on which the function app was registered with the static site.
Applies to
Azure SDK for .NET