Class TableSignedIdentifier
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.TableSignedIdentifier
-
public final class TableSignedIdentifier extends Object
Object to set Table Access Policy.
-
-
Constructor Summary
Constructors Constructor Description TableSignedIdentifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableAccessPolicyaccessPolicy()Get the accessPolicy property: Access policy.Stringid()Get the id property: unique-64-character-value of the stored access policy.voidvalidate()Validates the instance.TableSignedIdentifierwithAccessPolicy(TableAccessPolicy accessPolicy)Set the accessPolicy property: Access policy.TableSignedIdentifierwithId(String id)Set the id property: unique-64-character-value of the stored access policy.
-
-
-
Method Detail
-
id
public String id()
Get the id property: unique-64-character-value of the stored access policy.- Returns:
- the id value.
-
withId
public TableSignedIdentifier withId(String id)
Set the id property: unique-64-character-value of the stored access policy.- Parameters:
id- the id value to set.- Returns:
- the TableSignedIdentifier object itself.
-
accessPolicy
public TableAccessPolicy accessPolicy()
Get the accessPolicy property: Access policy.- Returns:
- the accessPolicy value.
-
withAccessPolicy
public TableSignedIdentifier withAccessPolicy(TableAccessPolicy accessPolicy)
Set the accessPolicy property: Access policy.- Parameters:
accessPolicy- the accessPolicy value to set.- Returns:
- the TableSignedIdentifier object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-