Class ShareSignedIdentifier
java.lang.Object
com.azure.storage.file.share.models.ShareSignedIdentifier
Signed identifier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the accessPolicy property: The access policy.getId()
Get the id property: A unique id.setAccessPolicy
(ShareAccessPolicy accessPolicy) Set the accessPolicy property: The access policy.Set the id property: A unique id.
-
Constructor Details
-
ShareSignedIdentifier
public ShareSignedIdentifier()
-
-
Method Details
-
getId
Get the id property: A unique id.- Returns:
- the id value.
-
setId
Set the id property: A unique id.- Parameters:
id
- the id value to set.- Returns:
- the ShareSignedIdentifier object itself.
-
getAccessPolicy
Get the accessPolicy property: The access policy.- Returns:
- the accessPolicy value.
-