CmdletOutputBreakingChangeAttribute 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 CmdletOutputBreakingChangeWithVersionAttribute instead to provide the deprecate Az version and module version
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.Obsolete("This attribute is deprecated. Please use CmdletOutputBreakingChangeWithVersionAttribute instead to provide the deprecate Az version and module version")]
public class CmdletOutputBreakingChangeAttribute : Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public class CmdletOutputBreakingChangeAttribute : Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.Obsolete("This attribute is deprecated. Please use CmdletOutputBreakingChangeWithVersionAttribute instead to provide the deprecate Az version and module version")>]
type CmdletOutputBreakingChangeAttribute = class
inherit GenericBreakingChangeAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type CmdletOutputBreakingChangeAttribute = class
inherit GenericBreakingChangeAttribute
Public Class CmdletOutputBreakingChangeAttribute
Inherits GenericBreakingChangeAttribute
- Inheritance
- Attributes
Constructors
CmdletOutputBreakingChangeAttribute(Type, String, String) | |
CmdletOutputBreakingChangeAttribute(Type, String) | |
CmdletOutputBreakingChangeAttribute(Type) |
Properties
ChangeDescription | (Inherited from GenericBreakingChangeAttribute) |
ChangeInEfectByDate | (Inherited from GenericBreakingChangeAttribute) |
ChangeInEfectByDateSet | (Inherited from GenericBreakingChangeAttribute) |
DeprecateByVersion | (Inherited from GenericBreakingChangeAttribute) |
DeprecateByVersionSet | (Inherited from GenericBreakingChangeAttribute) |
DeprecatedCmdLetOutputType | |
DeprecatedOutputProperties | |
NewOutputProperties | |
NewWay | (Inherited from GenericBreakingChangeAttribute) |
OldWay | (Inherited from GenericBreakingChangeAttribute) |
ReplacementCmdletOutputTypeName |