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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET