ProjectFileResource.ReadWrite(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is used for requesting information for reading and writing the file content.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/files/{fileName}/readwrite
- Operation Id: Files_ReadWrite
public virtual Azure.Response<Azure.ResourceManager.DataMigration.Models.FileStorageInfo> ReadWrite (System.Threading.CancellationToken cancellationToken = default);
abstract member ReadWrite : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataMigration.Models.FileStorageInfo>
override this.ReadWrite : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataMigration.Models.FileStorageInfo>
Public Overridable Function ReadWrite (Optional cancellationToken As CancellationToken = Nothing) As Response(Of FileStorageInfo)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET