ProtectionContainersOperationsExtensions.Register 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.
Registers the container with Recovery Services vault. This is an asynchronous operation. To track the operation status, use location header to call get latest status of the operation.
public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource Register (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource parameters);
static member Register : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectionContainersOperations * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource
<Extension()>
Public Function Register (operations As IProtectionContainersOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, parameters As ProtectionContainerResource) As ProtectionContainerResource
Parameters
- operations
- IProtectionContainersOperations
The operations group for this extension method.
- vaultName
- String
The name of the recovery services vault.
- resourceGroupName
- String
The name of the resource group where the recovery services vault is present.
- fabricName
- String
Fabric name associated with the container.
- containerName
- String
Name of the container to be registered.
- parameters
- ProtectionContainerResource
Request body for operation
Returns
Applies to
Azure SDK for .NET