CmdletDeprecationAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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