Megosztás a következőn keresztül:


PublicNetworkAccessTypeTypeConverter Class

Definition

The network access type for operating on the Application Insights Component. By default it is Enabled

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

Constructors

PublicNetworkAccessTypeTypeConverter()

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