Share via


CmdletDeprecationAttribute Constructors

Definition

Overloads

CmdletDeprecationAttribute()
CmdletDeprecationAttribute(String)
CmdletDeprecationAttribute(String, String)

CmdletDeprecationAttribute()

public CmdletDeprecationAttribute ();
Public Sub New ()

Applies to

CmdletDeprecationAttribute(String)

public CmdletDeprecationAttribute (string deprecateByVersione);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletDeprecationAttribute : string -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletDeprecationAttribute
Public Sub New (deprecateByVersione As String)

Parameters

deprecateByVersione
String

Applies to

CmdletDeprecationAttribute(String, String)

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

Parameters

deprecateByVersion
String
changeInEfectByDate
String

Applies to