次の方法で共有


CmdletOutputBreakingChangeWithVersionAttribute Constructors

Definition

Overloads

CmdletOutputBreakingChangeWithVersionAttribute(Type, String, String)
CmdletOutputBreakingChangeWithVersionAttribute(Type, String, String, String)

CmdletOutputBreakingChangeWithVersionAttribute(Type, String, String)

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

Parameters

deprecatedCmdletOutputTypeName
Type
deprecateByAzVersion
String
deprecateByVersion
String

Applies to

CmdletOutputBreakingChangeWithVersionAttribute(Type, String, String, String)

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

Parameters

deprecatedCmdletOutputTypeName
Type
deprecateByAzVersion
String
deprecateByVersion
String
changeInEfectByDate
String

Applies to