PSSecurityPricingConverters.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(Pricing) | |
ConvertToPSType(PricingList) |
ConvertToPSType(Pricing)
public static Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing ConvertToPSType (this Microsoft.Azure.Management.Security.Models.Pricing value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.Pricing -> Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing
<Extension()>
Public Function ConvertToPSType (value As Pricing) As PSSecurityPricing
Parameters
- value
- Pricing
Returns
Applies to
ConvertToPSType(PricingList)
public static System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing> ConvertToPSType (this Microsoft.Azure.Management.Security.Models.PricingList value);
static member ConvertToPSType : Microsoft.Azure.Management.Security.Models.PricingList -> System.Collections.Generic.List<Microsoft.Azure.Commands.Security.Models.Pricings.PSSecurityPricing>
<Extension()>
Public Function ConvertToPSType (value As PricingList) As List(Of PSSecurityPricing)
Parameters
- value
- PricingList