Class DataLakeSignedIdentifier
java.lang.Object
com.azure.storage.file.datalake.models.DataLakeSignedIdentifier
signed identifier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the accessPolicy property: The accessPolicy property.getId()
Get the id property: a unique id.setAccessPolicy
(DataLakeAccessPolicy accessPolicy) Set the accessPolicy property: The accessPolicy property.Set the id property: a unique id.
-
Constructor Details
-
DataLakeSignedIdentifier
public DataLakeSignedIdentifier()
-
-
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 DataLakeSignedIdentifier object itself.
-
getAccessPolicy
Get the accessPolicy property: The accessPolicy property.- Returns:
- the accessPolicy value.
-
setAccessPolicy
Set the accessPolicy property: The accessPolicy property.- Parameters:
accessPolicy
- the accessPolicy value to set.- Returns:
- the DataLakeSignedIdentifier object itself.
-