SubgroupInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. SubResourceModel - com.
azure. resourcemanager. network. fluent. models. SubgroupInner
- com.
- com.
- com.
public final class SubgroupInner
extends SubResourceModel
A subgroup in an interconnect group.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Subgroup |
fromJson(JsonReader jsonReader)
Reads an instance of Subgroup |
|
Subgroup |
properties()
Get the properties property: Properties of the subgroup. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from SubResource
Methods inherited from SubResourceModel
Methods inherited from java.lang.Object
Method Details
fromJson
public static SubgroupInner fromJson(JsonReader jsonReader)
Reads an instance of SubgroupInner from the JsonReader.
Parameters:
Returns:
Throws:
properties
public SubgroupProperties properties()
Get the properties property: Properties of the subgroup.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SubgroupInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
SubgroupInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SubgroupInner.validate()