ManagedInstanceVulnerabilityAssessment.StorageContainerSasKey Property

Definition

Gets or sets a shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. Applies only if the storage account is not behind a Vnet or a firewall

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to