Class TableProperties
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.TableProperties
-
public final class TableProperties extends Object
The TableProperties model.
-
-
Constructor Summary
Constructors Constructor Description TableProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TableSignedIdentifier>signedIdentifiers()Get the signedIdentifiers property: List of stored access policies specified on the table.StringtableName()Get the tableName property: Table name under the specified account.voidvalidate()Validates the instance.TablePropertieswithSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers)Set the signedIdentifiers property: List of stored access policies specified on the table.
-
-
-
Method Detail
-
tableName
public String tableName()
Get the tableName property: Table name under the specified account.- Returns:
- the tableName value.
-
signedIdentifiers
public List<TableSignedIdentifier> signedIdentifiers()
Get the signedIdentifiers property: List of stored access policies specified on the table.- Returns:
- the signedIdentifiers value.
-
withSignedIdentifiers
public TableProperties withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers)
Set the signedIdentifiers property: List of stored access policies specified on the table.- Parameters:
signedIdentifiers- the signedIdentifiers value to set.- Returns:
- the TableProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-