VMwareCbtProtectionContainerMappingDetails Constructors
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.
Overloads
VMwareCbtProtectionContainerMappingDetails() |
Initializes a new instance of the VMwareCbtProtectionContainerMappingDetails class. |
VMwareCbtProtectionContainerMappingDetails(String, String, String, String, String, String, IDictionary<String,Nullable<Int32>>, IList<String>) |
Initializes a new instance of the VMwareCbtProtectionContainerMappingDetails class. |
VMwareCbtProtectionContainerMappingDetails()
Initializes a new instance of the VMwareCbtProtectionContainerMappingDetails class.
public VMwareCbtProtectionContainerMappingDetails ();
Public Sub New ()
Applies to
VMwareCbtProtectionContainerMappingDetails(String, String, String, String, String, String, IDictionary<String,Nullable<Int32>>, IList<String>)
Initializes a new instance of the VMwareCbtProtectionContainerMappingDetails class.
public VMwareCbtProtectionContainerMappingDetails (string keyVaultId = default, string keyVaultUri = default, string storageAccountId = default, string storageAccountSasSecretName = default, string serviceBusConnectionStringSecretName = default, string targetLocation = default, System.Collections.Generic.IDictionary<string,int?> roleSizeToNicCountMap = default, System.Collections.Generic.IList<string> excludedSkus = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtProtectionContainerMappingDetails : string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, Nullable<int>> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtProtectionContainerMappingDetails
Public Sub New (Optional keyVaultId As String = Nothing, Optional keyVaultUri As String = Nothing, Optional storageAccountId As String = Nothing, Optional storageAccountSasSecretName As String = Nothing, Optional serviceBusConnectionStringSecretName As String = Nothing, Optional targetLocation As String = Nothing, Optional roleSizeToNicCountMap As IDictionary(Of String, Nullable(Of Integer)) = Nothing, Optional excludedSkus As IList(Of String) = Nothing)
Parameters
- keyVaultId
- String
The target key vault ARM Id.
- keyVaultUri
- String
The target key vault URI.
- storageAccountId
- String
The storage account ARM Id.
- storageAccountSasSecretName
- String
The secret name of the storage account.
- serviceBusConnectionStringSecretName
- String
The secret name of the service bus connection string.
- targetLocation
- String
The target location.
- roleSizeToNicCountMap
- IDictionary<String,Nullable<Int32>>
The role size to NIC count map.