Partager via


CmdletBreakingChangeAttribute Constructors

Definition

Overloads

CmdletBreakingChangeAttribute()
CmdletBreakingChangeAttribute(String)
CmdletBreakingChangeAttribute(String, String, 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, String)

public CmdletBreakingChangeAttribute (string deprecateByAzVersion, string deprecateByVersion, string changeInEfectByDate);
new Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.CmdletBreakingChangeAttribute : string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.CmdletBreakingChangeAttribute
Public Sub New (deprecateByAzVersion As String, deprecateByVersion As String, changeInEfectByDate As String)

Parameters

deprecateByAzVersion
String
deprecateByVersion
String
changeInEfectByDate
String

Applies to

CmdletBreakingChangeAttribute(String, String)

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

Parameters

deprecateByVersiondeprecateByAzVersion
String
changeInEfectByDatedeprecateByVersion
String

Applies to