DiagnosticResource Interface

public interface DiagnosticResource

An immutable client-side representation of DiagnosticResource.

Method Summary

Modifier and Type Method and Description
abstract String acceptedAt()

Gets the acceptedAt property: Diagnostic Request Accepted time.

abstract List<Diagnostic> diagnostics()

Gets the diagnostics property: Array of Diagnostics.

abstract Map<String,String> globalParameters()

Gets the globalParameters property: Global parameters that can be passed to all solutionIds.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract DiagnosticResourceInner innerModel()

Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.DiagnosticResourceInner object.

abstract List<DiagnosticInvocation> insights()

Gets the insights property: SolutionIds that are needed to be invoked.

abstract String name()

Gets the name property: The name of the resource.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: Status of diagnostic provisioning.

abstract DiagnosticResource refresh()

Refreshes the resource to sync with Azure.

abstract DiagnosticResource refresh(Context context)

Refreshes the resource to sync with Azure.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

Method Details

acceptedAt

public abstract String acceptedAt()

Gets the acceptedAt property: Diagnostic Request Accepted time.

Returns:

the acceptedAt value.

diagnostics

public abstract List<Diagnostic> diagnostics()

Gets the diagnostics property: Array of Diagnostics.

Returns:

the diagnostics value.

globalParameters

public abstract Map<String,String> globalParameters()

Gets the globalParameters property: Global parameters that can be passed to all solutionIds.

Returns:

the globalParameters value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract DiagnosticResourceInner innerModel()

Gets the inner com.azure.resourcemanager.selfhelp.fluent.models.DiagnosticResourceInner object.

Returns:

the inner object.

insights

public abstract List<DiagnosticInvocation> insights()

Gets the insights property: SolutionIds that are needed to be invoked.

Returns:

the insights value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: Status of diagnostic provisioning.

Returns:

the provisioningState value.

refresh

public abstract DiagnosticResource refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract DiagnosticResource refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to