CmdletPreviewAttribute 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
CmdletPreviewAttribute() | |
CmdletPreviewAttribute(String) | |
CmdletPreviewAttribute(String, String) |
CmdletPreviewAttribute()
public CmdletPreviewAttribute ();
Public Sub New ()
Applies to
CmdletPreviewAttribute(String)
public CmdletPreviewAttribute (string message);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletPreviewAttribute : string -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletPreviewAttribute
Public Sub New (message As String)
Parameters
- message
- String
Applies to
CmdletPreviewAttribute(String, String)
public CmdletPreviewAttribute (string message, string estimatedGaDate);
new Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletPreviewAttribute : string * string -> Microsoft.WindowsAzure.Commands.Common.CustomAttributes.CmdletPreviewAttribute
Public Sub New (message As String, estimatedGaDate As String)
Parameters
- message
- String
- estimatedGaDate
- String