Condividi tramite


ServicesTypeConverter Class

Definition

The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).

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

Constructors

ServicesTypeConverter()

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