CmdletOutputBreakingChangeWithVersionAttribute 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.
[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
- Attributes
Constructors
CmdletOutputBreakingChangeWithVersionAttribute(Type, String, String, String) | |
CmdletOutputBreakingChangeWithVersionAttribute(Type, 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 |