TableAccessPolicies Class
- java.
lang. Object - com.
azure. data. tables. models. TableAccessPolicies
- com.
public final class TableAccessPolicies
This class contains values which correlate to the access polices set for a specific table.
Constructor Summary
Constructor | Description |
---|---|
TableAccessPolicies(List<TableSignedIdentifier> identifiers) |
Constructs a TableAccessPolicies. |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Table |
getIdentifiers()
Returns the TableSignedIdentifier associated with the table |
Methods inherited from java.lang.Object
Constructor Details
TableAccessPolicies
public TableAccessPolicies(List
Constructs a TableAccessPolicies.
Parameters:
identifiers
- TableSignedIdentifier associated with the table.
Method Details
getIdentifiers
public List
Returns the TableSignedIdentifier associated with the table
Returns:
the TableSignedIdentifier associated with the table.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java