Condividi tramite


ComponentPurgeResponse Constructors

Definition

Overloads

ComponentPurgeResponse()

Initializes a new instance of the ComponentPurgeResponse class.

ComponentPurgeResponse(String)

Initializes a new instance of the ComponentPurgeResponse class.

ComponentPurgeResponse()

Initializes a new instance of the ComponentPurgeResponse class.

public ComponentPurgeResponse ();
Public Sub New ()

Applies to

ComponentPurgeResponse(String)

Initializes a new instance of the ComponentPurgeResponse class.

public ComponentPurgeResponse (string operationId);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeResponse : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeResponse
Public Sub New (operationId As String)

Parameters

operationId
String

Id to use when querying for status for a particular purge operation.

Applies to