次の方法で共有


StorageAccountTypeTypeConverter Class

Definition

Specifies the storage account type to be used to store the image. This property is not updatable.

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

Constructors

StorageAccountTypeTypeConverter()

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