SecurityAssessmentResponse.DefinitionStages.WithResourceDetails Interface

public static interface SecurityAssessmentResponse.DefinitionStages.WithResourceDetails

The stage of the SecurityAssessmentResponse definition allowing to specify resourceDetails.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withResourceDetails(ResourceDetails resourceDetails)

Specifies the resourceDetails property: Details of the resource that was assessed.

Method Details

withResourceDetails

public abstract SecurityAssessmentResponse.DefinitionStages.WithCreate withResourceDetails(ResourceDetails resourceDetails)

Specifies the resourceDetails property: Details of the resource that was assessed.

Parameters:

resourceDetails - Details of the resource that was assessed.

Returns:

the next definition stage.

Applies to