你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableAccessPolicies Class

  • java.lang.Object
    • com.azure.data.tables.models.TableAccessPolicies

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<TableSignedIdentifier> getIdentifiers()

Returns the TableSignedIdentifier associated with the table

Methods inherited from java.lang.Object

Constructor Details

TableAccessPolicies

public TableAccessPolicies(List identifiers)

Constructs a TableAccessPolicies.

Parameters:

identifiers - TableSignedIdentifier associated with the table.

Method Details

getIdentifiers

public List getIdentifiers()

Returns the TableSignedIdentifier associated with the table

Returns:

the TableSignedIdentifier associated with the table.

Applies to