Share via


AccountStatusTypeConverter Class

Definition

Gets the status indicating whether the primary location of the storage account is available or unavailable.

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

Constructors

AccountStatusTypeConverter()

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