你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataLakeSignedIdentifier Class
- java.
lang. Object - com.
azure. storage. file. datalake. models. DataLakeSignedIdentifier
- com.
public class DataLakeSignedIdentifier
signed identifier.
Constructor Summary
Constructor | Description |
---|---|
DataLakeSignedIdentifier() |
Creates a new instance of DataLakeSignedIdentifier. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Data |
getAccessPolicy()
Get the access |
String |
getId()
Get the id property: a unique id. |
Data |
setAccessPolicy(DataLakeAccessPolicy accessPolicy)
Set the access |
Data |
setId(String id)
Set the id property: a unique id. |
Methods inherited from java.lang.Object
Constructor Details
DataLakeSignedIdentifier
public DataLakeSignedIdentifier()
Creates a new instance of DataLakeSignedIdentifier.
Method Details
getAccessPolicy
public DataLakeAccessPolicy getAccessPolicy()
Get the accessPolicy property: The accessPolicy property.
Returns:
getId
public String getId()
Get the id property: a unique id.
Returns:
setAccessPolicy
public DataLakeSignedIdentifier setAccessPolicy(DataLakeAccessPolicy accessPolicy)
Set the accessPolicy property: The accessPolicy property.
Parameters:
Returns:
setId
public DataLakeSignedIdentifier setId(String id)
Set the id property: a unique id.
Parameters:
Returns: