你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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