你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageActionsExtensions.GetStorageTask 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.
Get the storage task properties
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageActions/storageTasks/{storageTaskName}
- Operation Id: StorageTasks_Get
- Default Api Version: 2023-01-01
- Resource: StorageTaskResource
public static Azure.Response<Azure.ResourceManager.StorageActions.StorageTaskResource> GetStorageTask (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string storageTaskName, System.Threading.CancellationToken cancellationToken = default);
static member GetStorageTask : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageActions.StorageTaskResource>
<Extension()>
Public Function GetStorageTask (resourceGroupResource As ResourceGroupResource, storageTaskName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StorageTaskResource)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- storageTaskName
- String
The name of the storage task within the specified resource group. Storage task names must be between 3 and 18 characters in length and use numbers and lower-case letters only.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource
or storageTaskName
is null.
storageTaskName
is an empty string, and was expected to be non-empty.