StorageAccount.AllowedCopyScope プロパティ

定義

AAD テナント内または同じ VNet へのプライベート リンクを使用して、ストレージ アカウントとの間のコピーを制限するを取得または設定します。 使用可能な値は、'PrivateLink'、'AAD' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象