StorageActionsExtensions.GetStorageTask Method

Definition

Get the storage task properties <item> Mocking. To mock this method, please mock GetStorageTask(String, CancellationToken) instead. </item>

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 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

storageTaskName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to