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