Compartilhar via


LoadBalancingModeTypeConverter Class

Definition

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.

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

Constructors

LoadBalancingModeTypeConverter()

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