VMwareCbtDiskContent(String, String, ResourceIdentifier, String) Constructor
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 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.