你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ShareSignedIdentifier Class
- java.
lang. Object - com.
azure. storage. file. share. models. ShareSignedIdentifier
- com.
Implements
public final class ShareSignedIdentifier
implements XmlSerializable<ShareSignedIdentifier>
Signed identifier.
Constructor Summary
Constructor | Description |
---|---|
ShareSignedIdentifier() |
Creates an instance of Share |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Share |
fromXml(XmlReader xmlReader)
Reads an instance of Share |
static
Share |
fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of Share |
Share |
getAccessPolicy()
Get the access |
String |
getId()
Get the id property: A unique id. |
Share |
setAccessPolicy(ShareAccessPolicy accessPolicy)
Set the access |
Share |
setId(String id)
Set the id property: A unique id. |
Xml |
toXml(XmlWriter xmlWriter) |
Xml |
toXml(XmlWriter xmlWriter, String rootElementName) |
Methods inherited from java.lang.Object
Constructor Details
ShareSignedIdentifier
public ShareSignedIdentifier()
Creates an instance of ShareSignedIdentifier class.
Method Details
fromXml
public static ShareSignedIdentifier fromXml(XmlReader xmlReader)
Reads an instance of ShareSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
fromXml
public static ShareSignedIdentifier fromXml(XmlReader xmlReader, String rootElementName)
Reads an instance of ShareSignedIdentifier from the XmlReader.
Parameters:
Returns:
Throws:
getAccessPolicy
public ShareAccessPolicy getAccessPolicy()
Get the accessPolicy property: The access policy.
Returns:
getId
public String getId()
Get the id property: A unique id.
Returns:
setAccessPolicy
public ShareSignedIdentifier setAccessPolicy(ShareAccessPolicy accessPolicy)
Set the accessPolicy property: The access policy.
Parameters:
Returns:
setId
public ShareSignedIdentifier setId(String id)
Set the id property: A unique id.
Parameters:
Returns:
toXml
toXml
public XmlWriter toXml(XmlWriter xmlWriter, String rootElementName)
Parameters:
Throws: