次の方法で共有


StagingEnvironmentPolicyTypeConverter Class

Definition

State indicating whether staging environments are allowed or not allowed for a static web app.

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

Constructors

StagingEnvironmentPolicyTypeConverter()

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