ArmStorageModelFactory.DeletedShare(String, String) 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.
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.