Class TableInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.storage.fluent.models.TableInner
-
public final class TableInner extends com.azure.core.management.ProxyResourceProperties of the table, including Id, resource name, resource type.
-
-
Constructor Summary
Constructors Constructor Description TableInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtableName()Get the tableName property: Table name under the specified account.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
tableName
public String tableName()
Get the tableName property: Table name under the specified account.- Returns:
- the tableName value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-