AzureStorageSasLinkedService
Class
Definition
Azure Storage Shared Access Signatures (SAS) URI linked service. This linked service type can be used to provide restricted access to an Azure Storage resource using a SAS URI.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("AzureStorageSas")]
public class AzureStorageSasLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| AzureStorageSasLinkedService() |
Initializes a new instance of the AzureStorageSasLinkedService class. |
| AzureStorageSasLinkedService(String) |
Initializes a new instance of the AzureStorageSasLinkedService class with required arguments. |
Properties
| SasUri |
Required. SAS URI of the Azure Storage resource. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |