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.
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityGroupViewResultInner() |
Creates an instance of Security |
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. |
|
Security |
withNetworkInterfaces(List<SecurityGroupNetworkInterface> networkInterfaces)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
SecurityGroupViewResultInner
public SecurityGroupViewResultInner()
Creates an instance of SecurityGroupViewResultInner class.
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.
withNetworkInterfaces
public SecurityGroupViewResultInner withNetworkInterfaces(List<SecurityGroupNetworkInterface> networkInterfaces)
Set the networkInterfaces property: List of network interfaces on the specified VM.
Parameters:
Returns: