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