Partilhar via


KeyVaultNetworkAccessTypesTypeConverter Class

Definition

Network access of key vault. The possible values are Public and Private. Public means the key vault allows public access from all networks. Private means the key vault disables public access and enables private link. The default value is Public.

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

Constructors

KeyVaultNetworkAccessTypesTypeConverter()

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