NetworkSecurityGroup Interface

Implements

HasAssociatedSubnets UpdatableWithTags<NetworkSecurityGroup> GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner> Refreshable<NetworkSecurityGroup> Updatable<Update>

public interface NetworkSecurityGroup
extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner>, Refreshable<NetworkSecurityGroup>, Updatable<Update>, UpdatableWithTags<NetworkSecurityGroup>, HasAssociatedSubnets

Network security group.

Method Summary

Modifier and Type Method and Description
abstract java.util.Map<java.lang.String,NetworkSecurityRule> defaultSecurityRules()
abstract java.util.Set<java.lang.String> networkInterfaceIds()
abstract java.util.Map<java.lang.String,NetworkSecurityRule> securityRules()

Method Details

defaultSecurityRules

public abstract Map defaultSecurityRules()

Returns:

default security rules associated with this network security group, indexed by their name

networkInterfaceIds

public abstract Set networkInterfaceIds()

Returns:

the IDs of the network interfaces associated with this network security group

securityRules

public abstract Map securityRules()

Returns:

security rules associated with this network security group, indexed by their names

Applies to