TableInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. storage. fluent. models. TableInner
- com.
- com.
public final class TableInner
extends ProxyResource
Properties of the table, including Id, resource name, resource type.
Constructor Summary
Constructor | Description |
---|---|
TableInner() |
Creates an instance of Table |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Table |
fromJson(JsonReader jsonReader)
Reads an instance of Table |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
List<Table |
signedIdentifiers()
Get the signed |
String |
tableName()
Get the table |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Table |
withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers)
Set the signed |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
TableInner
public TableInner()
Creates an instance of TableInner class.
Method Details
fromJson
public static TableInner fromJson(JsonReader jsonReader)
Reads an instance of TableInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
TableInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
TableInner.name()Returns:
signedIdentifiers
public List
Get the signedIdentifiers property: List of stored access policies specified on the table.
Returns:
tableName
public String tableName()
Get the tableName property: Table name under the specified account.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TableInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
TableInner.type()Returns:
validate
public void validate()
Validates the instance.
withSignedIdentifiers
public TableInner withSignedIdentifiers(List
Set the signedIdentifiers property: List of stored access policies specified on the table.
Parameters:
Returns:
Applies to
Azure SDK for Java