public class ShareRequestConditions extends Object
| Constructor and Description |
|---|
ShareRequestConditions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLeaseId()
Gets the lease ID that files and shares must match.
|
ShareRequestConditions |
setLeaseId(String leaseId)
Optionally limits requests to files and shares that match the lease ID.
|
public String getLeaseId()
public ShareRequestConditions setLeaseId(String leaseId)
leaseId - Lease ID that files and shares must match.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.