Interface SecurityGroupView
- All Superinterfaces:
HasInner<com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner>
,HasParent<NetworkWatcher>
,Refreshable<SecurityGroupView>
@Beta
public interface SecurityGroupView
extends HasInner<com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner>, HasParent<NetworkWatcher>, Refreshable<SecurityGroupView>
The information about security rules applied to the specified VM..
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
networkInterfaces
Map<String,SecurityGroupNetworkInterface> networkInterfaces()- Returns:
- network interfaces on the specified VM
-
vmId
String vmId()- Returns:
- virtual machine id
-