DataLakeSasBuilder Constructors

Definition

Overloads

DataLakeSasBuilder(DataLakeFileSystemSasPermissions, DateTimeOffset)

Initializes a new instance of the DataLakeSasBuilder class to create a Blob Service Sas.

DataLakeSasBuilder(DataLakeSasPermissions, DateTimeOffset)

Initializes a new instance of the DataLakeSasBuilder class to create a Blob Service Sas.

DataLakeSasBuilder(DataLakeFileSystemSasPermissions, DateTimeOffset)

Source:
DataLakeSasBuilder.cs
Source:
DataLakeSasBuilder.cs

Initializes a new instance of the DataLakeSasBuilder class to create a Blob Service Sas.

public DataLakeSasBuilder (Azure.Storage.Sas.DataLakeFileSystemSasPermissions permissions, DateTimeOffset expiresOn);
new Azure.Storage.Sas.DataLakeSasBuilder : Azure.Storage.Sas.DataLakeFileSystemSasPermissions * DateTimeOffset -> Azure.Storage.Sas.DataLakeSasBuilder
Public Sub New (permissions As DataLakeFileSystemSasPermissions, expiresOn As DateTimeOffset)

Parameters

permissions
DataLakeFileSystemSasPermissions

The permissions associated with the shared access signature. The user is restricted to operations allowed by the permissions. This field must be omitted if it has been specified in an associated stored access policy.

expiresOn
DateTimeOffset

The time at which the shared access signature becomes invalid. This field must be omitted if it has been specified in an associated stored access policy.

Applies to

DataLakeSasBuilder(DataLakeSasPermissions, DateTimeOffset)

Source:
DataLakeSasBuilder.cs
Source:
DataLakeSasBuilder.cs

Initializes a new instance of the DataLakeSasBuilder class to create a Blob Service Sas.

public DataLakeSasBuilder (Azure.Storage.Sas.DataLakeSasPermissions permissions, DateTimeOffset expiresOn);
new Azure.Storage.Sas.DataLakeSasBuilder : Azure.Storage.Sas.DataLakeSasPermissions * DateTimeOffset -> Azure.Storage.Sas.DataLakeSasBuilder
Public Sub New (permissions As DataLakeSasPermissions, expiresOn As DateTimeOffset)

Parameters

permissions
DataLakeSasPermissions

The permissions associated with the shared access signature. The user is restricted to operations allowed by the permissions. This field must be omitted if it has been specified in an associated stored access policy.

expiresOn
DateTimeOffset

The time at which the shared access signature becomes invalid. This field must be omitted if it has been specified in an associated stored access policy.

Applies to