ServiceClientAdapter.RegisterContainer 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.
Triggers register of container in service
public Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource> RegisterContainer (string containerName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource parameters, string vaultName = default, string resourceGroupName = default);
member this.RegisterContainer : string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource * string * string -> Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource>
Public Function RegisterContainer (containerName As String, parameters As ProtectionContainerResource, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As AzureOperationResponse(Of ProtectionContainerResource)
Parameters
- containerName
- String
- parameters
- ProtectionContainerResource
- vaultName
- String
- resourceGroupName
- String
Returns
Response of the job created in the service