Condividi tramite


PublicNetworkAccessFlagTypeConverter Class

Definition

This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.

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

Constructors

PublicNetworkAccessFlagTypeConverter()

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