public final class TableAccessPolicy extends Object
| Constructor and Description |
|---|
TableAccessPolicy() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getExpiresOn()
Get the
date-time the policy expires. |
String |
getPermissions()
Get the permissions for the acl policy.
|
OffsetDateTime |
getStartsOn()
Get the
date-time the policy is active. |
TableAccessPolicy |
setExpiresOn(OffsetDateTime expiresOn)
Set the
date-time the policy expires. |
TableAccessPolicy |
setPermissions(String permissions)
Set the permissions for the acl policy.
|
TableAccessPolicy |
setStartsOn(OffsetDateTime startsOn)
Set the
date-time the policy is active. |
public OffsetDateTime getStartsOn()
date-time the policy is active.date-time the policy is active.public TableAccessPolicy setStartsOn(OffsetDateTime startsOn)
date-time the policy is active.startsOn - The startsOn value to set.TableAccessPolicy object.public OffsetDateTime getExpiresOn()
date-time the policy expires.date-time the policy expires.public TableAccessPolicy setExpiresOn(OffsetDateTime expiresOn)
date-time the policy expires.expiresOn - The expiresOn value to set.TableAccessPolicy object.public String getPermissions()
TableAccessPolicy's permissions.public TableAccessPolicy setPermissions(String permissions)
permissions - The permissions to set.TableAccessPolicy object.Copyright © 2021 Microsoft Corporation. All rights reserved.