ArmRecoveryServicesSiteRecoveryModelFactory.A2AUnprotectedDiskDetails 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 A2AUnprotectedDiskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AUnprotectedDiskDetails A2AUnprotectedDiskDetails (int? diskLunId = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AutoProtectionOfDataDisk? diskAutoProtectionStatus = default);
static member A2AUnprotectedDiskDetails : Nullable<int> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.AutoProtectionOfDataDisk> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AUnprotectedDiskDetails
Public Shared Function A2AUnprotectedDiskDetails (Optional diskLunId As Nullable(Of Integer) = Nothing, Optional diskAutoProtectionStatus As Nullable(Of AutoProtectionOfDataDisk) = Nothing) As A2AUnprotectedDiskDetails
Parameters
- diskAutoProtectionStatus
- Nullable<AutoProtectionOfDataDisk>
A value indicating whether the disk auto protection is enabled.
Returns
A new A2AUnprotectedDiskDetails 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