ReplicationExtensions.ConvertToPs 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.
Overloads
ConvertToPs(Replication) | |
ConvertToPs(SvmPeerCommandResponse) | |
ConvertToPs(IEnumerable<Replication>) |
ConvertToPs(Replication)
public static Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplication ConvertToPs (this Microsoft.Azure.Management.NetApp.Models.Replication replication);
static member ConvertToPs : Microsoft.Azure.Management.NetApp.Models.Replication -> Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplication
<Extension()>
Public Function ConvertToPs (replication As Replication) As PSNetAppFilesReplication
Parameters
- replication
- Replication
Returns
Applies to
ConvertToPs(SvmPeerCommandResponse)
public static Microsoft.Azure.Commands.NetAppFiles.Models.PSSvmPeerCommandResponse ConvertToPs (this Microsoft.Azure.Management.NetApp.Models.SvmPeerCommandResponse svmPeerCommandResponse);
static member ConvertToPs : Microsoft.Azure.Management.NetApp.Models.SvmPeerCommandResponse -> Microsoft.Azure.Commands.NetAppFiles.Models.PSSvmPeerCommandResponse
<Extension()>
Public Function ConvertToPs (svmPeerCommandResponse As SvmPeerCommandResponse) As PSSvmPeerCommandResponse
Parameters
- svmPeerCommandResponse
- SvmPeerCommandResponse
Returns
Applies to
ConvertToPs(IEnumerable<Replication>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplication> ConvertToPs (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.NetApp.Models.Replication> replications);
static member ConvertToPs : seq<Microsoft.Azure.Management.NetApp.Models.Replication> -> System.Collections.Generic.List<Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesReplication>
<Extension()>
Public Function ConvertToPs (replications As IEnumerable(Of Replication)) As List(Of PSNetAppFilesReplication)
Parameters
- replications
- IEnumerable<Replication>