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,Security |
networkInterfaces() |
abstract java.lang.String | vmId() |
Method Details
networkInterfaces
public abstract Map
Returns:
network interfaces on the specified VM
vmId
public abstract String vmId()
Returns:
virtual machine id
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java