Method | Description | |
---|---|---|
CreateAsync ( |
Creates the specified Share using PUT.
|
|
CreateAsync ( |
Creates the specified Share using PUT.
|
|
DeleteAsync ( ) : System.Threading.Tasks.Task |
Deletes the specified Share.
|
|
DeleteAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task |
Deletes the specified Share.
|
|
Expand ( string value ) : IShareRequest |
Adds the specified expand value to the request.
|
|
GetAsync ( ) : System.Threading.Tasks.Task |
Gets the specified Share.
|
|
GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task |
Gets the specified Share.
|
|
Select ( string value ) : IShareRequest |
Adds the specified select value to the request.
|
|
ShareRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System |
Constructs a new ShareRequest.
|
|
UpdateAsync ( |
Updates the specified Share using PATCH.
|
|
UpdateAsync ( |
Updates the specified Share using PATCH.
|
Method | Description | |
---|---|---|
InitializeCollectionProperties ( |
Initializes any collection properties after deserialization, like next requests for paging.
|
public CreateAsync ( |
||
shareToCreate | The Share to create. | |
return | System.Threading.Tasks.Task |
public CreateAsync ( |
||
shareToCreate | The Share to create. | |
cancellationToken | CancellationToken | The |
return | System.Threading.Tasks.Task |
public DeleteAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DeleteAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task | ||
cancellationToken | CancellationToken | The |
return | System.Threading.Tasks.Task |
public Expand ( string value ) : IShareRequest | ||
value | string | The expand value. |
return | IShareRequest |
public GetAsync ( ) : System.Threading.Tasks.Task |
||
return | System.Threading.Tasks.Task |
public GetAsync ( CancellationToken cancellationToken ) : System.Threading.Tasks.Task |
||
cancellationToken | CancellationToken | The |
return | System.Threading.Tasks.Task |
public Select ( string value ) : IShareRequest | ||
value | string | The select value. |
return | IShareRequest |
public ShareRequest ( string requestUrl, IBaseClient client, IEnumerable options ) : System | ||
requestUrl | string | The URL for the built request. |
client | IBaseClient | The |
options | IEnumerable | Query and header option name value pairs for the request. |
return | System |
public UpdateAsync ( |
||
shareToUpdate | The Share to update. | |
return | System.Threading.Tasks.Task |
public UpdateAsync ( |
||
shareToUpdate | The Share to update. | |
cancellationToken | CancellationToken | The |
return | System.Threading.Tasks.Task |