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
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