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
Modifier and TypeMethodDescriptionGets network interfaces on the specified VM.vmId()Gets virtual machine id.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
networkInterfaces
Map<String,SecurityGroupNetworkInterface> networkInterfaces()Gets network interfaces on the specified VM.- Returns:
- network interfaces on the specified VM
-
vmId
String vmId()Gets virtual machine id.- Returns:
- virtual machine id
-