次の方法で共有


ArmAppServiceModelFactory.StaticSiteZipDeployment メソッド

定義

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

パラメーター

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 インスタンス。

適用対象