SecurityGroupView Interface

Implements

HasParent<NetworkWatcher> HasInner<com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner> Refreshable<SecurityGroupView>

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

Modifier and Type Method and Description
abstract java.util.Map<java.lang.String,SecurityGroupNetworkInterface> networkInterfaces()
abstract java.lang.String vmId()

Method Details

networkInterfaces

public abstract Map networkInterfaces()

Returns:

network interfaces on the specified VM

vmId

public abstract String vmId()

Returns:

virtual machine id

Applies to