NetworkSecurityGroup Interface
public interface NetworkSecurityGroup extends GroupableResource<NetworkManager, NetworkSecurityGroupInner>,Refreshable,Updatable<NetworkSecurityGroup.Update>,HasAssociatedSubnets
Network security group.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, Network |
defaultSecurityRules() |
Set<String> | networkInterfaceIds() |
Map<String, Network |
securityRules() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasAssociatedSubnets.listAssociatedSubnets()
HasManager<ManagerT>.manager()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
Method Details
defaultSecurityRules
public Map
Returns:
default security rules associated with this network security group, indexed by their name
networkInterfaceIds
public Set
Returns:
the IDs of the network interfaces associated with this network security group
securityRules
public Map
Returns:
security rules associated with this network security group, indexed by their names
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