AssessmentLinks Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AssessmentLinks

Implements

public final class AssessmentLinks
implements JsonSerializable<AssessmentLinks>

Links relevant to the assessment.

Method Summary

Modifier and Type Method and Description
String azurePortalUri()

Get the azurePortalUri property: Link to assessment in Azure Portal.

static AssessmentLinks fromJson(JsonReader jsonReader)

Reads an instance of AssessmentLinks from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

public String azurePortalUri()

Get the azurePortalUri property: Link to assessment in Azure Portal.

Returns:

the azurePortalUri value.

public static AssessmentLinks fromJson(JsonReader jsonReader)

Reads an instance of AssessmentLinks from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AssessmentLinks if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AssessmentLinks.

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

public void validate()

Validates the instance.

Applies to