共用方式為


PSRecoveryServicesClient.CreateProtectionContainer Method

Definition

Create protection container.

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation CreateProtectionContainer (string fabricName, string protectionContainerName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInput input);
member this.CreateProtectionContainer : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function CreateProtectionContainer (fabricName As String, protectionContainerName As String, input As CreateProtectionContainerInput) As PSSiteRecoveryLongRunningOperation

Parameters

fabricName
String

Fabric Name.

protectionContainerName
String

Protection Container name.

input
CreateProtectionContainerInput

Creation input.

Returns

A long running operation response.

Applies to