Share via


VMwareCbtDiskContent(String, String, ResourceIdentifier, String) Constructor

Definition

Initializes a new instance of VMwareCbtDiskContent.

public VMwareCbtDiskContent (string diskId, string isOSDisk, Azure.Core.ResourceIdentifier logStorageAccountId, string logStorageAccountSasSecretName);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskContent : string * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskContent
Public Sub New (diskId As String, isOSDisk As String, logStorageAccountId As ResourceIdentifier, logStorageAccountSasSecretName As String)

Parameters

diskId
String

The disk Id.

isOSDisk
String

A value indicating whether the disk is the OS disk.

logStorageAccountId
ResourceIdentifier

The log storage account ARM Id.

logStorageAccountSasSecretName
String

The key vault secret name of the log storage account.

Exceptions

diskId, isOSDisk, logStorageAccountId or logStorageAccountSasSecretName is null.

Applies to