CmdletBreakingChangeAttribute 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
CmdletBreakingChangeAttribute() | |
CmdletBreakingChangeAttribute(String) | |
CmdletBreakingChangeAttribute(String, String) |
CmdletBreakingChangeAttribute()
public CmdletBreakingChangeAttribute ();
Public Sub New ()
Applies to
CmdletBreakingChangeAttribute(String)
public CmdletBreakingChangeAttribute (string deprecateByVersione);
new Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.CmdletBreakingChangeAttribute : string -> Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.CmdletBreakingChangeAttribute
Public Sub New (deprecateByVersione As String)
Parameters
- deprecateByVersione
- String
Applies to
CmdletBreakingChangeAttribute(String, String)
public CmdletBreakingChangeAttribute (string deprecateByVersion, string changeInEfectByDate);
new Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.CmdletBreakingChangeAttribute : string * string -> Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.CmdletBreakingChangeAttribute
Public Sub New (deprecateByVersion As String, changeInEfectByDate As String)
Parameters
- deprecateByVersion
- String
- changeInEfectByDate
- String