Uses of Class
com.azure.data.tables.models.TableAccessPolicy
Packages that use TableAccessPolicy
-
Uses of TableAccessPolicy in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableAccessPolicyModifier and TypeMethodDescriptionstatic TableAccessPolicy
TableAccessPolicy.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of TableAccessPolicy from the XmlReader.static TableAccessPolicy
Reads an instance of TableAccessPolicy from the XmlReader.TableSignedIdentifier.getAccessPolicy()
Get the accessPolicy property: The access policy.TableAccessPolicy.setExpiresOn
(OffsetDateTime expiresOn) Set the expiresOn property: The datetime that the policy expires.TableAccessPolicy.setPermissions
(String permissions) Set the permissions property: The permissions for the acl policy.TableAccessPolicy.setStartsOn
(OffsetDateTime startsOn) Set the startsOn property: The start datetime from which the policy is active.Methods in com.azure.data.tables.models with parameters of type TableAccessPolicyModifier and TypeMethodDescriptionTableSignedIdentifier.setAccessPolicy
(TableAccessPolicy accessPolicy) Set the accessPolicy property: The access policy.