TopologySingleResourceChild Class

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

Implements

public final class TopologySingleResourceChild
implements JsonSerializable<TopologySingleResourceChild>

The TopologySingleResourceChild model.

Constructor Summary

Constructor Description
TopologySingleResourceChild()

Creates an instance of TopologySingleResourceChild class.

Method Summary

Modifier and Type Method and Description
static TopologySingleResourceChild fromJson(JsonReader jsonReader)

Reads an instance of TopologySingleResourceChild from the JsonReader.

String resourceId()

Get the resourceId property: Azure resource id which serves as child resource in topology view.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

TopologySingleResourceChild

public TopologySingleResourceChild()

Creates an instance of TopologySingleResourceChild class.

Method Details

fromJson

public static TopologySingleResourceChild fromJson(JsonReader jsonReader)

Reads an instance of TopologySingleResourceChild from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TopologySingleResourceChild 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 TopologySingleResourceChild.

resourceId

public String resourceId()

Get the resourceId property: Azure resource id which serves as child resource in topology view.

Returns:

the resourceId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to