Compartilhar via


SignedResourceTypesTypeConverter Class

Definition

The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.

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

Constructors

SignedResourceTypesTypeConverter()

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