다음을 통해 공유


CmdletOutputBreakingChangeWithVersionAttribute Class

Definition

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

Constructors

CmdletOutputBreakingChangeWithVersionAttribute(Type, String, String)
CmdletOutputBreakingChangeWithVersionAttribute(Type, String, String, String)

Properties

ChangeDescription (Inherited from GenericBreakingChangeWithVersionAttribute)
ChangeInEffectByDate (Inherited from GenericBreakingChangeWithVersionAttribute)
ChangeInEffectByDateSet (Inherited from GenericBreakingChangeWithVersionAttribute)
DeprecateByAzVersion (Inherited from GenericBreakingChangeWithVersionAttribute)
DeprecateByVersion (Inherited from GenericBreakingChangeWithVersionAttribute)
DeprecatedCmdLetOutputType
DeprecatedOutputProperties
NewOutputProperties
NewWay (Inherited from GenericBreakingChangeWithVersionAttribute)
OldWay (Inherited from GenericBreakingChangeWithVersionAttribute)
ReplacementCmdletOutputTypeName

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