Uses of Class
com.azure.resourcemanager.storage.models.TableAccessPolicy
Packages that use TableAccessPolicy
Package
Description
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 TableAccessPolicyModifier and TypeMethodDescriptionTableSignedIdentifier.accessPolicy()Get the accessPolicy property: Access policy.static TableAccessPolicyTableAccessPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TableAccessPolicy from the JsonReader.TableAccessPolicy.withExpiryTime(OffsetDateTime expiryTime) Set the expiryTime property: Expiry time of the access policy.TableAccessPolicy.withPermission(String permission) Set the permission property: Required.TableAccessPolicy.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time of the access policy.Methods in com.azure.resourcemanager.storage.models with parameters of type TableAccessPolicyModifier and TypeMethodDescriptionTableSignedIdentifier.withAccessPolicy(TableAccessPolicy accessPolicy) Set the accessPolicy property: Access policy.