Uses of Class
com.azure.resourcemanager.storage.models.TableAccessPolicy
-
Packages that use TableAccessPolicy Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of TableAccessPolicy in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return TableAccessPolicy Modifier and Type Method Description TableAccessPolicyTableSignedIdentifier. accessPolicy()Get the accessPolicy property: Access policy.TableAccessPolicyTableAccessPolicy. withExpiryTime(OffsetDateTime expiryTime)Set the expiryTime property: Expiry time of the access policy.TableAccessPolicyTableAccessPolicy. withPermission(String permission)Set the permission property: Required.TableAccessPolicyTableAccessPolicy. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time of the access policy.Methods in com.azure.resourcemanager.storage.models with parameters of type TableAccessPolicy Modifier and Type Method Description TableSignedIdentifierTableSignedIdentifier. withAccessPolicy(TableAccessPolicy accessPolicy)Set the accessPolicy property: Access policy.
-