InterconnectInstanceView Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. InterconnectInstanceView
- com.
Implements
public final class InterconnectInstanceView
implements JsonSerializable<InterconnectInstanceView>
The Interconnect Block instance view details for a Virtual Machine or Scale Set VM instance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Interconnect |
fromJson(JsonReader jsonReader)
Reads an instance of Interconnect |
| String |
interconnectSubgroupId()
Get the interconnect |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static InterconnectInstanceView fromJson(JsonReader jsonReader)
Reads an instance of InterconnectInstanceView from the JsonReader.
Parameters:
Returns:
Throws:
interconnectSubgroupId
public String interconnectSubgroupId()
Get the interconnectSubgroupId property: The ID (GUID) of the Interconnect subgroup in which the Virtual Machine was placed.
Returns:
toJson
validate
public void validate()
Validates the instance.