StaticSiteUserProvidedFunctionApp コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
静的サイトに登録されている関数アプリの領域
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET