Partager via


CmdletDeprecationWithVersionAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class CmdletDeprecationWithVersionAttribute : Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type CmdletDeprecationWithVersionAttribute = class
    inherit GenericBreakingChangeWithVersionAttribute
Public Class CmdletDeprecationWithVersionAttribute
Inherits GenericBreakingChangeWithVersionAttribute
Inheritance
CmdletDeprecationWithVersionAttribute
Attributes

Constructors

CmdletDeprecationWithVersionAttribute(String, String, String)
CmdletDeprecationWithVersionAttribute(String, String)

Properties

ChangeDescription (Inherited from GenericBreakingChangeWithVersionAttribute)
ChangeInEffectByDate (Inherited from GenericBreakingChangeWithVersionAttribute)
ChangeInEffectByDateSet (Inherited from GenericBreakingChangeWithVersionAttribute)
DeprecateByAzVersion (Inherited from GenericBreakingChangeWithVersionAttribute)
DeprecateByVersion (Inherited from GenericBreakingChangeWithVersionAttribute)
NewWay (Inherited from GenericBreakingChangeWithVersionAttribute)
OldWay (Inherited from GenericBreakingChangeWithVersionAttribute)
ReplacementCmdletName

Methods

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

Applies to