WorkspacePurgeStatusResponse 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
WorkspacePurgeStatusResponse() |
Initializes a new instance of the WorkspacePurgeStatusResponse class. |
WorkspacePurgeStatusResponse(String) |
Initializes a new instance of the WorkspacePurgeStatusResponse class. |
WorkspacePurgeStatusResponse()
Initializes a new instance of the WorkspacePurgeStatusResponse class.
public WorkspacePurgeStatusResponse ();
Public Sub New ()
Applies to
WorkspacePurgeStatusResponse(String)
Initializes a new instance of the WorkspacePurgeStatusResponse class.
public WorkspacePurgeStatusResponse (string status);
new Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeStatusResponse : string -> Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeStatusResponse
Public Sub New (status As String)
Parameters
- status
- String
Status of the operation represented by the requested Id. Possible values include: 'pending', 'completed'
Applies to
Azure SDK for .NET