TableAccessPolicy Constructor
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.
Initializes a new instance of TableAccessPolicy.
public TableAccessPolicy (DateTimeOffset? startsOn, DateTimeOffset? expiresOn, string permission);
new Azure.Data.Tables.Models.TableAccessPolicy : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string -> Azure.Data.Tables.Models.TableAccessPolicy
Public Sub New (startsOn As Nullable(Of DateTimeOffset), expiresOn As Nullable(Of DateTimeOffset), permission As String)
Parameters
- startsOn
- Nullable<DateTimeOffset>
The start datetime from which the policy is active.
- expiresOn
- Nullable<DateTimeOffset>
The datetime that the policy expires.
- permission
- String
The permissions for the acl policy.
Exceptions
permission
is null.
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