ResourceIdentityTypeTypeConverter Class

Definition

The type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the container group.

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

Constructors

ResourceIdentityTypeTypeConverter()

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