UpdateAzureSqlVulnerabilityAssessmentSettingsBase.BlobStorageSasUri 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 SAS URI to a storage container that will hold the scan results.
[System.Management.Automation.Parameter(HelpMessage="A SAS URI to a storage container that will hold the scan results.", Mandatory=true, ParameterSetName="UpdateSettingsWithBlobStorageSasUri", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Uri BlobStorageSasUri { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="A SAS URI to a storage container that will hold the scan results.", Mandatory=true, ParameterSetName="UpdateSettingsWithBlobStorageSasUri", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.BlobStorageSasUri : Uri with get, set
Public Property BlobStorageSasUri As Uri
Property Value
- Attributes