Share via


ArmApplicationInsightsModelFactory.ComponentPurgeStatusResponse Method

Definition

Initializes a new instance of ComponentPurgeStatusResponse.

public static Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeStatusResponse ComponentPurgeStatusResponse (Azure.ResourceManager.ApplicationInsights.Models.PurgeState status = default);
static member ComponentPurgeStatusResponse : Azure.ResourceManager.ApplicationInsights.Models.PurgeState -> Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeStatusResponse
Public Shared Function ComponentPurgeStatusResponse (Optional status As PurgeState = Nothing) As ComponentPurgeStatusResponse

Parameters

status
PurgeState

Status of the operation represented by the requested Id.

Returns

A new ComponentPurgeStatusResponse instance for mocking.

Applies to