ExpirationAction Struct
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 readonly struct ExpirationAction : IEquatable<Azure.ResourceManager.Storage.Models.ExpirationAction>
type ExpirationAction = struct
Public Structure ExpirationAction
Implements IEquatable(Of ExpirationAction)
- Inheritance
-
ExpirationAction
- Implements
Constructors
ExpirationAction(String) |
Initializes a new instance of ExpirationAction. |
Properties
Block |
Block. |
Log |
Log. |
Methods
Equals(ExpirationAction) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ExpirationAction, ExpirationAction) |
Determines if two ExpirationAction values are the same. |
Implicit(String to ExpirationAction) |
Converts a string to a ExpirationAction. |
Inequality(ExpirationAction, ExpirationAction) |
Determines if two ExpirationAction values are not the same. |
Applies to
Azure SDK for .NET