次の方法で共有


CloningInfo.SourceWebAppId プロパティ

定義

ソース アプリの ARM リソース ID を取得または設定します。 アプリ リソース ID は、運用スロットの場合は /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}、他のスロットの場合は /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} の形式です。

[Newtonsoft.Json.JsonProperty(PropertyName="sourceWebAppId")]
public string SourceWebAppId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceWebAppId")>]
member this.SourceWebAppId : string with get, set
Public Property SourceWebAppId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象