次の方法で共有


StaticSiteUserProvidedFunctionApp コンストラクター

定義

オーバーロード

StaticSiteUserProvidedFunctionApp()

StaticSiteUserProvidedFunctionApp クラスの新しいインスタンスを初期化します。

StaticSiteUserProvidedFunctionApp(String, String, String, String, String, String, Nullable<DateTime>)

StaticSiteUserProvidedFunctionApp クラスの新しいインスタンスを初期化します。

StaticSiteUserProvidedFunctionApp()

StaticSiteUserProvidedFunctionApp クラスの新しいインスタンスを初期化します。

public StaticSiteUserProvidedFunctionApp ();
Public Sub New ()

適用対象

StaticSiteUserProvidedFunctionApp(String, String, String, String, String, String, Nullable<DateTime>)

StaticSiteUserProvidedFunctionApp クラスの新しいインスタンスを初期化します。

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)

パラメーター

id
String

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

functionAppResourceId
String

静的サイトに登録されている関数アプリのリソース ID

functionAppRegion
String

静的サイトに登録されている関数アプリの領域

createdOn
Nullable<DateTime>

関数アプリが静的サイトに登録された日時。

適用対象