DatabaseVulnerabilityAssessment.StorageContainerSasKey プロパティ

定義

'storageContainerPath' パラメーターで指定された BLOB コンテナーへの書き込みアクセス権を持つ共有アクセス署名 (SAS キー) を取得または設定します。 'storageAccountAccessKey' が指定されていない場合は、StorageContainerSasKey が必要です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象