ArmRecoveryServicesDataReplicationModelFactory.HyperVToAzStackHciRecoveryPointCustomProperties 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.
HyperV to AzStackHCI recovery point model custom properties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciRecoveryPointCustomProperties HyperVToAzStackHciRecoveryPointCustomProperties(System.Collections.Generic.IEnumerable<string> diskIds = default);
static member HyperVToAzStackHciRecoveryPointCustomProperties : seq<string> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.HyperVToAzStackHciRecoveryPointCustomProperties
Public Shared Function HyperVToAzStackHciRecoveryPointCustomProperties (Optional diskIds As IEnumerable(Of String) = Nothing) As HyperVToAzStackHciRecoveryPointCustomProperties
Parameters
- diskIds
- IEnumerable<String>
Gets or sets the list of the disk Ids.
Returns
A new HyperVToAzStackHciRecoveryPointCustomProperties instance for mocking.