SecurityGroupViewResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. SecurityGroupViewResultInner
- com.
Implements
public final class SecurityGroupViewResultInner
implements JsonSerializable<SecurityGroupViewResultInner>
The information about security rules applied to the specified VM.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
|
List<Security |
networkInterfaces()
Get the network |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SecurityGroupViewResultInner fromJson(JsonReader jsonReader)
Reads an instance of SecurityGroupViewResultInner from the JsonReader.
Parameters:
Returns:
Throws:
networkInterfaces
public List<SecurityGroupNetworkInterface> networkInterfaces()
Get the networkInterfaces property: List of network interfaces on the specified VM.
Returns:
toJson
validate
public void validate()
Validates the instance.