Share via


LoadBalancerSkuTypeConverter Class

Definition

The default is 'standard'. See Azure Load Balancer SKUs for more information about the differences between load balancer SKUs.

public class LoadBalancerSkuTypeConverter : System.Management.Automation.PSTypeConverter
type LoadBalancerSkuTypeConverter = class
    inherit PSTypeConverter
Public Class LoadBalancerSkuTypeConverter
Inherits PSTypeConverter
Inheritance
LoadBalancerSkuTypeConverter

Constructors

LoadBalancerSkuTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to