PSRecoveryServicesClient.CreateProtectionContainer 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.
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.
Creation input.
Returns
A long running operation response.