Interface SecurityGroupView
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>,com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SecurityGroupView>
@Beta public interface SecurityGroupView extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>, com.microsoft.azure.management.resources.fluentcore.model.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.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
-
-
-
Method Detail
-
networkInterfaces
Map<String,SecurityGroupNetworkInterface> networkInterfaces()
- Returns:
- network interfaces on the specified VM
-
vmId
String vmId()
- Returns:
- virtual machine id
-
-