PSSecuritySecuritySolutionConverters.ConvertToPSType 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
ConvertToPSType(SecuritySolution) | |
ConvertToPSType(IEnumerable<SecuritySolution>) |
ConvertToPSType(SecuritySolution)
public static Microsoft.Azure.Commands.Security.Models.SecuritySolutions.PSSecuritySecuritySolution ConvertToPSType (this Microsoft.Azure.Management.Security.Models.SecuritySolution value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.SecuritySolution -> Microsoft.Azure.Commands.Security.Models.SecuritySolutions.PSSecuritySecuritySolution
<Extension()>
Public Function ConvertToPSType (value As SecuritySolution) As PSSecuritySecuritySolution
Parameters
- value
- SecuritySolution
Returns
Applies to
ConvertToPSType(IEnumerable<SecuritySolution>)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.SecuritySolutions.PSSecuritySecuritySolution> ConvertToPSType (this System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Security.Models.SecuritySolution> value);
static member ConvertToPSType : seq<Microsoft.Azure.Management.Security.Models.SecuritySolution> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.SecuritySolutions.PSSecuritySecuritySolution>
<Extension()>
Public Function ConvertToPSType (value As IEnumerable(Of SecuritySolution)) As List(Of PSSecuritySecuritySolution)
Parameters
- value
- IEnumerable<SecuritySolution>