Partilhar via


CmdletBreakingChangeAttribute Constructors

Definition

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

Applies to