你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CmdletParameterBreakingChangeAttribute Class

Definition

Caution

This attribute is deprecated. Please use CmdletParameterBreakingChangeWithVersionAttribute instead to provide the deprecate Az version and module version

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=true)]
[System.Obsolete("This attribute is deprecated. Please use CmdletParameterBreakingChangeWithVersionAttribute instead to provide the deprecate Az version and module version")]
public class CmdletParameterBreakingChangeAttribute : Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=true)>]
[<System.Obsolete("This attribute is deprecated. Please use CmdletParameterBreakingChangeWithVersionAttribute instead to provide the deprecate Az version and module version")>]
type CmdletParameterBreakingChangeAttribute = class
    inherit GenericBreakingChangeAttribute
Public Class CmdletParameterBreakingChangeAttribute
Inherits GenericBreakingChangeAttribute
Inheritance
CmdletParameterBreakingChangeAttribute
Attributes

Constructors

CmdletParameterBreakingChangeAttribute(String, String, String)
CmdletParameterBreakingChangeAttribute(String, String)
CmdletParameterBreakingChangeAttribute(String)

Properties

ChangeDescription (Inherited from GenericBreakingChangeAttribute)
ChangeInEfectByDate (Inherited from GenericBreakingChangeAttribute)
ChangeInEfectByDateSet (Inherited from GenericBreakingChangeAttribute)
DeprecateByVersion (Inherited from GenericBreakingChangeAttribute)
DeprecateByVersionSet (Inherited from GenericBreakingChangeAttribute)
IsBecomingMandatory
NameOfParameterChanging
NewParameterTypeName
NewWay (Inherited from GenericBreakingChangeAttribute)
OldParamaterType
OldWay (Inherited from GenericBreakingChangeAttribute)
ReplaceMentCmdletParameterName

Methods

GetAttributeSpecificMessage()
GetBreakingChangeTextFromAttribute(Type, Boolean) (Inherited from GenericBreakingChangeAttribute)
getInEffectByDate() (Inherited from GenericBreakingChangeAttribute)
IsApplicableToInvocation(InvocationInfo)
PrintCustomAttributeInfo(Type, Boolean, Action<String>) (Inherited from GenericBreakingChangeAttribute)

Applies to