Class TableInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.storage.fluent.models.TableInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class TableInner
extends com.azure.core.management.ProxyResource
Properties of the table, including Id, resource name, resource type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the signedIdentifiers property: List of stored access policies specified on the table.Get the tableName property: Table name under the specified account.voidvalidate()Validates the instance.withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the table.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
TableInner
public TableInner()Creates an instance of TableInner class.
-
-
Method Details
-
tableName
Get the tableName property: Table name under the specified account.- Returns:
- the tableName value.
-
signedIdentifiers
Get the signedIdentifiers property: List of stored access policies specified on the table.- Returns:
- the signedIdentifiers value.
-
withSignedIdentifiers
Set the signedIdentifiers property: List of stored access policies specified on the table.- Parameters:
signedIdentifiers- the signedIdentifiers value to set.- Returns:
- the TableInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-