ComplianceResult Interface

public interface ComplianceResult

An immutable client-side representation of ComplianceResult.

Method Summary

Modifier and Type Method and Description
abstract String id()

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

abstract ComplianceResultInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ComplianceResultInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract ResourceStatus resourceStatus()

Gets the resourceStatus property: The status of the resource regarding a single assessment.

abstract String type()

Gets the type property: The type of the resource.

Method Details

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract ComplianceResultInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.ComplianceResultInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

resourceStatus

public abstract ResourceStatus resourceStatus()

Gets the resourceStatus property: The status of the resource regarding a single assessment.

Returns:

the resourceStatus value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to