Megosztás a következőn keresztül:


ServiceClientAdapter.RegisterContainer Method

Definition

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
vaultName
String
resourceGroupName
String

Returns

Response of the job created in the service

Applies to