ArmAppServiceModelFactory.StaticSiteZipDeployment メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StaticSiteZipDeployment の新しいインスタンスを初期化します。
public static Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment StaticSiteZipDeployment (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Uri appZipUri = default, Uri apiZipUri = default, string deploymentTitle = default, string provider = default, string functionLanguage = default, string kind = default);
static member StaticSiteZipDeployment : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Uri * Uri * string * string * string * string -> Azure.ResourceManager.AppService.Models.StaticSiteZipDeployment
Public Shared Function StaticSiteZipDeployment (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional appZipUri As Uri = Nothing, Optional apiZipUri As Uri = Nothing, Optional deploymentTitle As String = Nothing, Optional provider As String = Nothing, Optional functionLanguage As String = Nothing, Optional kind As String = Nothing) As StaticSiteZipDeployment
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- appZipUri
- Uri
zip 形式のアプリ コンテンツの URL。
- apiZipUri
- Uri
zip 形式の API コンテンツの URL。
- deploymentTitle
- String
デプロイにラベルを付けるタイトル。
- provider
- String
このデプロイを送信するプロバイダー。
- functionLanguage
- String
API コンテンツの言語 (存在する場合)。
- kind
- String
リソースの種類。
戻り値
モック作成用の新しい StaticSiteZipDeployment インスタンス。