ArmStorageModelFactory.DeletedShare(String, String) Method

Definition

The deleted share to be restored.

public static Azure.ResourceManager.Storage.Models.DeletedShare DeletedShare(string deletedShareName = default, string deletedShareVersion = default);
static member DeletedShare : string * string -> Azure.ResourceManager.Storage.Models.DeletedShare
Public Shared Function DeletedShare (Optional deletedShareName As String = Nothing, Optional deletedShareVersion As String = Nothing) As DeletedShare

Parameters

deletedShareName
String

Required. Identify the name of the deleted share that will be restored.

deletedShareVersion
String

Required. Identify the version of the deleted share that will be restored.

Returns

A new DeletedShare instance for mocking.

Applies to