Share via


AzureMonitorWorkspaceResourceForUpdateTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of AzureMonitorWorkspaceResourceForUpdate

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

Constructors

AzureMonitorWorkspaceResourceForUpdateTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the AzureMonitorWorkspaceResourceForUpdate type.

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the sourceValue parameter can be converted to the destinationType parameter

ConvertFrom(Object)

Converts the sourceValue parameter into an instance of AzureMonitorWorkspaceResourceForUpdate

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