StorageAccountSasPolicy.ExpirationAction 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.
The SAS Expiration Action defines the action to be performed when sasPolicy.sasExpirationPeriod is violated. The 'Log' action can be used for audit purposes and the 'Block' action can be used to block and deny the usage of SAS tokens that do not adhere to the sas policy expiration period.
public Azure.ResourceManager.Storage.Models.ExpirationAction ExpirationAction { get; set; }
member this.ExpirationAction : Azure.ResourceManager.Storage.Models.ExpirationAction with get, set
Public Property ExpirationAction As ExpirationAction
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET