ArmRecoveryServicesSiteRecoveryModelFactory.VMwareCbtContainerMappingContent 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 VMwareCbtContainerMappingContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtContainerMappingContent VMwareCbtContainerMappingContent (Azure.Core.ResourceIdentifier keyVaultId = default, Uri keyVaultUri = default, Azure.Core.ResourceIdentifier storageAccountId = default, string storageAccountSasSecretName = default, string serviceBusConnectionStringSecretName = default, string targetLocation = default);
static member VMwareCbtContainerMappingContent : Azure.Core.ResourceIdentifier * Uri * Azure.Core.ResourceIdentifier * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtContainerMappingContent
Public Shared Function VMwareCbtContainerMappingContent (Optional keyVaultId As ResourceIdentifier = Nothing, Optional keyVaultUri As Uri = Nothing, Optional storageAccountId As ResourceIdentifier = Nothing, Optional storageAccountSasSecretName As String = Nothing, Optional serviceBusConnectionStringSecretName As String = Nothing, Optional targetLocation As String = Nothing) As VMwareCbtContainerMappingContent
Parameters
- keyVaultId
- ResourceIdentifier
The target key vault ARM Id.
- keyVaultUri
- Uri
The target key vault URL.
- storageAccountId
- ResourceIdentifier
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.
Returns
A new VMwareCbtContainerMappingContent instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET