Aracılığıyla paylaş


OutputBreakingChangeAttribute Constructors

Definition

Overloads

OutputBreakingChangeAttribute(String)
OutputBreakingChangeAttribute(String, String)
OutputBreakingChangeAttribute(String, String, String)

OutputBreakingChangeAttribute(String)

public OutputBreakingChangeAttribute (string deprecatedCmdletOutputType);
new Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.OutputBreakingChangeAttribute : string -> Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.OutputBreakingChangeAttribute
Public Sub New (deprecatedCmdletOutputType As String)

Parameters

deprecatedCmdletOutputType
String

Applies to

OutputBreakingChangeAttribute(String, String)

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

Parameters

deprecatedCmdletOutputType
String
deprecateByVersion
String

Applies to

OutputBreakingChangeAttribute(String, String, String)

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

Parameters

deprecatedCmdletOutputType
String
deprecateByVersion
String
changeInEfectByDate
String

Applies to