ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtUpdateDiskContent 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 VMwareCbtUpdateDiskContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtUpdateDiskContent VMwareCbtUpdateDiskContent (string diskId = default, string targetDiskName = default, string isOSDisk = default);
static member VMwareCbtUpdateDiskContent : string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtUpdateDiskContent
Public Shared Function VMwareCbtUpdateDiskContent (Optional diskId As String = Nothing, Optional targetDiskName As String = Nothing, Optional isOSDisk As String = Nothing) As VMwareCbtUpdateDiskContent
Parameters
- diskId
- String
The disk Id.
- targetDiskName
- String
The target disk name.
- isOSDisk
- String
A value indicating whether the disk is the OS disk.
Returns
A new VMwareCbtUpdateDiskContent instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET