TableSignedIdentifier Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. TableSignedIdentifier
- com.
Implements
public final class TableSignedIdentifier
implements JsonSerializable<TableSignedIdentifier>
Object to set Table Access Policy.
Constructor Summary
Constructor | Description |
---|---|
TableSignedIdentifier() |
Creates an instance of Table |
Method Summary
Modifier and Type | Method and Description |
---|---|
Table |
accessPolicy()
Get the access |
static
Table |
fromJson(JsonReader jsonReader)
Reads an instance of Table |
String |
id()
Get the id property: unique-64-character-value of the stored access policy. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Table |
withAccessPolicy(TableAccessPolicy accessPolicy)
Set the access |
Table |
withId(String id)
Set the id property: unique-64-character-value of the stored access policy. |
Methods inherited from java.lang.Object
Constructor Details
TableSignedIdentifier
public TableSignedIdentifier()
Creates an instance of TableSignedIdentifier class.
Method Details
accessPolicy
public TableAccessPolicy accessPolicy()
Get the accessPolicy property: Access policy.
Returns:
fromJson
public static TableSignedIdentifier fromJson(JsonReader jsonReader)
Reads an instance of TableSignedIdentifier from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: unique-64-character-value of the stored access policy.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAccessPolicy
public TableSignedIdentifier withAccessPolicy(TableAccessPolicy accessPolicy)
Set the accessPolicy property: Access policy.
Parameters:
Returns:
withId
public TableSignedIdentifier withId(String id)
Set the id property: unique-64-character-value of the stored access policy.
Parameters:
Returns:
Applies to
Azure SDK for Java