CmdletDeprecationWithVersionAttribute 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 CmdletDeprecationWithVersionAttribute : Microsoft.WindowsAzure.Commands.Common.CustomAttributes.GenericBreakingChangeWithVersionAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type CmdletDeprecationWithVersionAttribute = class
inherit GenericBreakingChangeWithVersionAttribute
Public Class CmdletDeprecationWithVersionAttribute
Inherits GenericBreakingChangeWithVersionAttribute
- Inheritance
- Attributes
Constructors
CmdletDeprecationWithVersionAttribute(String, String, String) | |
CmdletDeprecationWithVersionAttribute(String, String) |
Properties
ChangeDescription | (Inherited from GenericBreakingChangeWithVersionAttribute) |
ChangeInEffectByDate | (Inherited from GenericBreakingChangeWithVersionAttribute) |
ChangeInEffectByDateSet | (Inherited from GenericBreakingChangeWithVersionAttribute) |
DeprecateByAzVersion | (Inherited from GenericBreakingChangeWithVersionAttribute) |
DeprecateByVersion | (Inherited from GenericBreakingChangeWithVersionAttribute) |
NewWay | (Inherited from GenericBreakingChangeWithVersionAttribute) |
OldWay | (Inherited from GenericBreakingChangeWithVersionAttribute) |
ReplacementCmdletName |