ArmDataProtectionBackupModelFactory.RecoveryPointDataStoreDetail 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 RecoveryPointDataStoreDetail.
public static Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreDetail RecoveryPointDataStoreDetail (DateTimeOffset? createdOn = default, DateTimeOffset? expireOn = default, Guid? recoveryPointDataStoreId = default, string metadata = default, string state = default, string recoveryPointDataStoreType = default, bool? isVisible = default, DateTimeOffset? rehydrationExpireOn = default, Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreRehydrationStatus? rehydrationStatus = default);
static member RecoveryPointDataStoreDetail : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Guid> * string * string * string * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreRehydrationStatus> -> Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreDetail
Public Shared Function RecoveryPointDataStoreDetail (Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional recoveryPointDataStoreId As Nullable(Of Guid) = Nothing, Optional metadata As String = Nothing, Optional state As String = Nothing, Optional recoveryPointDataStoreType As String = Nothing, Optional isVisible As Nullable(Of Boolean) = Nothing, Optional rehydrationExpireOn As Nullable(Of DateTimeOffset) = Nothing, Optional rehydrationStatus As Nullable(Of RecoveryPointDataStoreRehydrationStatus) = Nothing) As RecoveryPointDataStoreDetail
Parameters
- createdOn
- Nullable<DateTimeOffset>
- expireOn
- Nullable<DateTimeOffset>
- metadata
- String
- state
- String
- recoveryPointDataStoreType
- String
- rehydrationExpireOn
- Nullable<DateTimeOffset>
- rehydrationStatus
- Nullable<RecoveryPointDataStoreRehydrationStatus>
Returns
A new RecoveryPointDataStoreDetail instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET