Interface SecurityGroupView
-
- All Superinterfaces:
HasInnerModel<SecurityGroupViewResultInner>,HasParent<NetworkWatcher>,Refreshable<SecurityGroupView>
public interface SecurityGroupView extends HasInnerModel<SecurityGroupViewResultInner>, HasParent<NetworkWatcher>, Refreshable<SecurityGroupView>
The information about security rules applied to the specified VM..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,SecurityGroupNetworkInterface>networkInterfaces()StringvmId()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
networkInterfaces
Map<String,SecurityGroupNetworkInterface> networkInterfaces()
- Returns:
- network interfaces on the specified VM
-
vmId
String vmId()
- Returns:
- virtual machine id
-
-