MockableStorageActionsSubscriptionResource.PreviewActions 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.
Runs the input conditions against input object metadata properties and designates matched objects in response.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StorageActions/locations/{location}/previewActions
- Operation Id: StorageTasks_PreviewActions
- Default Api Version: 2023-01-01
- Resource: StorageTaskResource
public virtual Azure.Response<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewAction> PreviewActions (Azure.Core.AzureLocation location, Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewAction storageTaskPreviewAction, System.Threading.CancellationToken cancellationToken = default);
abstract member PreviewActions : Azure.Core.AzureLocation * Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewAction * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewAction>
override this.PreviewActions : Azure.Core.AzureLocation * Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewAction * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageActions.Models.StorageTaskPreviewAction>
Public Overridable Function PreviewActions (location As AzureLocation, storageTaskPreviewAction As StorageTaskPreviewAction, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StorageTaskPreviewAction)
Parameters
- location
- AzureLocation
The location to perform preview of the actions.
- storageTaskPreviewAction
- StorageTaskPreviewAction
The parameters to preview action condition.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
storageTaskPreviewAction
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET