ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryDataStore 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.
Initializes a new instance of SiteRecoveryDataStore.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDataStore SiteRecoveryDataStore (string symbolicName = default, Guid? uuid = default, string capacity = default, string freeSpace = default, string dataStoreType = default);
static member SiteRecoveryDataStore : string * Nullable<Guid> * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDataStore
Public Shared Function SiteRecoveryDataStore (Optional symbolicName As String = Nothing, Optional uuid As Nullable(Of Guid) = Nothing, Optional capacity As String = Nothing, Optional freeSpace As String = Nothing, Optional dataStoreType As String = Nothing) As SiteRecoveryDataStore
Parameters
- symbolicName
- String
The symbolic name of data store.
- capacity
- String
The capacity of data store in GBs.
- freeSpace
- String
The free space of data store in GBs.
- dataStoreType
- String
The type of data store.
Returns
A new SiteRecoveryDataStore instance for mocking.
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