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