Compartilhar via


GenericBreakingChangeAttribute Class

Definition

Caution

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

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

Constructors

GenericBreakingChangeAttribute(String)
GenericBreakingChangeAttribute(String, String)
GenericBreakingChangeAttribute(String, String, String)

Properties

ChangeDescription
ChangeInEfectByDate
ChangeInEfectByDateSet
DeprecateByVersion
DeprecateByVersionSet
NewWay
OldWay

Methods

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

Applies to