Class ShareFileRequestConditions
Parameter group.
public class ShareFileRequestConditions
- Inheritance
-
ShareFileRequestConditions
- Inherited Members
Constructors
ShareFileRequestConditions()
Initializes a new instance of ShareFileRequestConditions.
public ShareFileRequestConditions()
Properties
LeaseId
Optionally limit requests to resources with an active lease matching this Id.
public string LeaseId { get; set; }
Property Value
Methods
ToString()
Converts the value of the current RequestConditions object to its equivalent string representation.
public override string ToString()
Returns
- string
A string representation of the RequestConditions.