ComponentPurgeStatusResponse Constructors

Definition

Overloads

ComponentPurgeStatusResponse()

Initializes a new instance of the ComponentPurgeStatusResponse class.

ComponentPurgeStatusResponse(String)

Initializes a new instance of the ComponentPurgeStatusResponse class.

ComponentPurgeStatusResponse()

Initializes a new instance of the ComponentPurgeStatusResponse class.

public ComponentPurgeStatusResponse ();
Public Sub New ()

Applies to

ComponentPurgeStatusResponse(String)

Initializes a new instance of the ComponentPurgeStatusResponse class.

public ComponentPurgeStatusResponse (string status);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeStatusResponse : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeStatusResponse
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