ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtDiskContent 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 VMwareCbtDiskContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskContent VMwareCbtDiskContent(string diskId = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskAccountType? diskType = default, string isOSDisk = default, Azure.Core.ResourceIdentifier logStorageAccountId = default, string logStorageAccountSasSecretName = default, Azure.Core.ResourceIdentifier diskEncryptionSetId = default);
static member VMwareCbtDiskContent : string * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryDiskAccountType> * string * Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskContent
Public Shared Function VMwareCbtDiskContent (Optional diskId As String = Nothing, Optional diskType As Nullable(Of SiteRecoveryDiskAccountType) = Nothing, Optional isOSDisk As String = Nothing, Optional logStorageAccountId As ResourceIdentifier = Nothing, Optional logStorageAccountSasSecretName As String = Nothing, Optional diskEncryptionSetId As ResourceIdentifier = Nothing) As VMwareCbtDiskContent
Parameters
- diskId
- String
The disk Id.
- diskType
- Nullable<SiteRecoveryDiskAccountType>
The disk type.
- 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.
- diskEncryptionSetId
- ResourceIdentifier
The DiskEncryptionSet ARM Id.
Returns
A new VMwareCbtDiskContent 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