StaticSiteUserProvidedFunctionAppARMResource 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
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. |
StaticSiteUserProvidedFunctionAppARMResource()
Initializes a new instance of the StaticSiteUserProvidedFunctionAppARMResource class.
public StaticSiteUserProvidedFunctionAppARMResource ();
Public Sub New ()
Applies to
StaticSiteUserProvidedFunctionAppARMResource(String, String, String, String, String, String, Nullable<DateTime>)
Initializes a new instance of the StaticSiteUserProvidedFunctionAppARMResource class.
public StaticSiteUserProvidedFunctionAppARMResource (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.StaticSiteUserProvidedFunctionAppARMResource : string * string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.WebSites.Models.StaticSiteUserProvidedFunctionAppARMResource
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