다음을 통해 공유


CmdletOutputBreakingChangeAttribute Constructors

Definition

Overloads

CmdletOutputBreakingChangeAttribute(Type)
CmdletOutputBreakingChangeAttribute(Type, String)
CmdletOutputBreakingChangeAttribute(Type, String, String)

CmdletOutputBreakingChangeAttribute(Type)

public CmdletOutputBreakingChangeAttribute (Type deprecatedCmdletOutputTypeName);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute : Type -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute
Public Sub New (deprecatedCmdletOutputTypeName As Type)

Parameters

deprecatedCmdletOutputTypeName
Type

Applies to

CmdletOutputBreakingChangeAttribute(Type, String)

public CmdletOutputBreakingChangeAttribute (Type deprecatedCmdletOutputTypeName, string deprecateByVersion);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute : Type * string -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute
Public Sub New (deprecatedCmdletOutputTypeName As Type, deprecateByVersion As String)

Parameters

deprecatedCmdletOutputTypeName
Type
deprecateByVersion
String

Applies to

CmdletOutputBreakingChangeAttribute(Type, String, String)

public CmdletOutputBreakingChangeAttribute (Type deprecatedCmdletOutputTypeName, string deprecateByVersion, string changeInEfectByDate);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute : Type * string * string -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletOutputBreakingChangeAttribute
Public Sub New (deprecatedCmdletOutputTypeName As Type, deprecateByVersion As String, changeInEfectByDate As String)

Parameters

deprecatedCmdletOutputTypeName
Type
deprecateByVersion
String
changeInEfectByDate
String

Applies to