CmdletOutputBreakingChangeAttribute Constructors
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.
Overloads
CmdletOutputBreakingChangeAttribute(Type) | |
CmdletOutputBreakingChangeAttribute(Type, String) | |
CmdletOutputBreakingChangeAttribute(Type, String, String) |
CmdletOutputBreakingChangeAttribute(Type)
public CmdletOutputBreakingChangeAttribute (Type deprecatedCmdletOutputTypeName);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute : Type -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute
Public Sub New (deprecatedCmdletOutputTypeName As Type)
Parameters
- deprecatedCmdletOutputTypeName
- Type
Applies to
CmdletOutputBreakingChangeAttribute(Type, String)
public CmdletOutputBreakingChangeAttribute (Type deprecatedCmdletOutputTypeName, string deprecateByVersion);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute : Type * string -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute
Public Sub New (deprecatedCmdletOutputTypeName As Type, deprecateByVersion As String)
Parameters
- deprecatedCmdletOutputTypeName
- Type
- deprecateByVersion
- String
Applies to
CmdletOutputBreakingChangeAttribute(Type, String, String)
public CmdletOutputBreakingChangeAttribute (Type deprecatedCmdletOutputTypeName, string deprecateByVersion, string changeInEfectByDate);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute : Type * string * string -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute
Public Sub New (deprecatedCmdletOutputTypeName As Type, deprecateByVersion As String, changeInEfectByDate As String)
Parameters
- deprecatedCmdletOutputTypeName
- Type
- deprecateByVersion
- String
- changeInEfectByDate
- String