Uses of Class
com.azure.data.tables.models.TableSignedIdentifier
Packages that use TableSignedIdentifier
Package
Description
Package containing the classes for Tables Clients.
Package containing the implementations and inner classes for AzureTable.
-
Uses of TableSignedIdentifier in com.azure.data.tables
Method parameters in com.azure.data.tables with type arguments of type TableSignedIdentifierModifier and TypeMethodDescriptionTableAsyncClient.setAccessPolicies(List<TableSignedIdentifier> tableSignedIdentifiers) Sets storedaccess policiesfor the table that may be used with Shared Access Signatures.voidTableClient.setAccessPolicies(List<TableSignedIdentifier> tableSignedIdentifiers) Sets storedaccess policiesfor the table that may be used with Shared Access Signatures.TableAsyncClient.setAccessPoliciesWithResponse(List<TableSignedIdentifier> tableSignedIdentifiers) Sets storedaccess policiesfor the table that may be used with Shared Access Signatures.com.azure.core.http.rest.Response<Void>TableClient.setAccessPoliciesWithResponse(List<TableSignedIdentifier> tableSignedIdentifiers, Duration timeout, com.azure.core.util.Context context) Sets storedaccess policiesfor the table that may be used with Shared Access Signatures. -
Uses of TableSignedIdentifier in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableSignedIdentifierModifier and TypeMethodDescriptionTableSignedIdentifier.setAccessPolicy(TableAccessPolicy accessPolicy) Set aTableAccessPolicy.Methods in com.azure.data.tables.models that return types with arguments of type TableSignedIdentifierConstructor parameters in com.azure.data.tables.models with type arguments of type TableSignedIdentifierModifierConstructorDescriptionTableAccessPolicies(List<TableSignedIdentifier> identifiers) Constructs aTableAccessPolicies.