GenericBreakingChangeAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)]
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
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=true)>]
type GenericBreakingChangeAttribute = class
inherit Attribute
Public Class GenericBreakingChangeAttribute
Inherits Attribute
- Inheritance
-
GenericBreakingChangeAttribute
- Derived
- Attributes
Constructors
GenericBreakingChangeAttribute(String, String, String) | |
GenericBreakingChangeAttribute(String, String) | |
GenericBreakingChangeAttribute(String) |
Properties
ChangeDescription | |
ChangeInEfectByDate | |
ChangeInEfectByDateSet | |
DeprecateByVersion | |
DeprecateByVersionSet | |
NewWay | |
OldWay |
Methods
GetAttributeSpecificMessage() | |
GetBreakingChangeTextFromAttribute(Type, Boolean) | |
getInEffectByDate() | |
IsApplicableToInvocation(InvocationInfo) | |
PrintCustomAttributeInfo(Type, Boolean, Action<String>) |