Uses of Class
com.azure.data.tables.models.TableAccessPolicies
Packages that use TableAccessPolicies
-
Uses of TableAccessPolicies in com.azure.data.tables
Methods in com.azure.data.tables that return TableAccessPoliciesModifier and TypeMethodDescriptionTableClient.getAccessPolicies()Retrieves details about any storedaccess policiesspecified on the table that may be used with Shared Access Signatures.Methods in com.azure.data.tables that return types with arguments of type TableAccessPoliciesModifier and TypeMethodDescriptionTableAsyncClient.getAccessPolicies()Retrieves details about any storedaccess policiesspecified on the table that may be used with Shared Access Signatures.Mono<com.azure.core.http.rest.Response<TableAccessPolicies>>TableAsyncClient.getAccessPoliciesWithResponse()Retrieves details about any storedaccess policiesspecified on the table that may be used with Shared Access Signatures.com.azure.core.http.rest.Response<TableAccessPolicies>TableClient.getAccessPoliciesWithResponse(Duration timeout, com.azure.core.util.Context context) Retrieves details about any storedaccess policiesspecified on the table that may be used with Shared Access Signatures.