NetworkVirtualApplianceInstanceIdInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.NetworkVirtualApplianceInstanceIdInner

Implements

public final class NetworkVirtualApplianceInstanceIdInner
implements JsonSerializable<NetworkVirtualApplianceInstanceIdInner>

The NetworkVirtualApplianceInstanceId model.

Method Summary

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

Reads an instance of NetworkVirtualApplianceInstanceIdInner from the JsonReader.

Integer instanceId()

Get the instanceId property: The network virtual appliance instance id for which boot diagnostic logs is being requested.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static NetworkVirtualApplianceInstanceIdInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkVirtualApplianceInstanceIdInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

instanceId

public Integer instanceId()

Get the instanceId property: The network virtual appliance instance id for which boot diagnostic logs is being requested.

Returns:

the instanceId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to