Uses of Class
com.azure.data.tables.models.TableSignedIdentifier
-
Packages that use TableSignedIdentifier Package Description com.azure.data.tables Package containing the classes for Tables Clients.com.azure.data.tables.models 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 TableSignedIdentifier Modifier and Type Method Description Mono<Void>TableAsyncClient. 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.Mono<com.azure.core.http.rest.Response<Void>>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 TableSignedIdentifier Modifier and Type Method Description TableSignedIdentifierTableSignedIdentifier. setAccessPolicy(TableAccessPolicy accessPolicy)Set aTableAccessPolicy.Methods in com.azure.data.tables.models that return types with arguments of type TableSignedIdentifier Modifier and Type Method Description List<TableSignedIdentifier>TableAccessPolicies. getIdentifiers()Constructor parameters in com.azure.data.tables.models with type arguments of type TableSignedIdentifier Constructor Description TableAccessPolicies(List<TableSignedIdentifier> identifiers)Constructs aTableAccessPolicies.
-