Partilhar via


HostpoolPublicNetworkAccessTypeConverter Class

Definition

Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints

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

Constructors

HostpoolPublicNetworkAccessTypeConverter()

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