Uses of Class
com.azure.data.tables.models.TableAccessPolicies
-
Packages that use TableAccessPolicies Package Description com.azure.data.tables Package containing the classes for Tables Clients. -
-
Uses of TableAccessPolicies in com.azure.data.tables
Methods in com.azure.data.tables that return TableAccessPolicies Modifier and Type Method Description TableAccessPoliciesTableClient. 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 TableAccessPolicies Modifier and Type Method Description Mono<TableAccessPolicies>TableAsyncClient. 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.
-