SasAuthentication interface
Defines the properties to access the artifacts using an Azure Storage SAS URI.
- Extends
Properties
sas |
The SAS URI to the Azure Storage blob container. Any offset from the root of the container to where the artifacts are located can be defined in the artifactRoot. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
sasUri
The SAS URI to the Azure Storage blob container. Any offset from the root of the container to where the artifacts are located can be defined in the artifactRoot.
sasUri?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Sas"
Property Value
"Sas"
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript