ManagedInstanceVulnerabilityAssessment.StorageContainerSasKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET