ServiceGenerateAccountSasUrlOptions interface

Options to configure generateAccountSasUrl operation.

Properties

ipRange

Optional. IP range allowed.

protocol

Optional. SAS protocols allowed.

startsOn

Optional. When the SAS will take effect.

version

The version of the service this SAS will target. If not specified, it will default to the version targeted by the library.

Property Details

ipRange

Optional. IP range allowed.

ipRange?: SasIPRange

Property Value

protocol

Optional. SAS protocols allowed.

protocol?: SASProtocol

Property Value

startsOn

Optional. When the SAS will take effect.

startsOn?: Date

Property Value

Date

version

The version of the service this SAS will target. If not specified, it will default to the version targeted by the library.

version?: string

Property Value

string