Interface NetworkSecurityGroup
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,
,com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner> HasAssociatedSubnets
,HasId
,HasInner<com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner>
,HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>
,HasName
,HasResourceGroup
,Indexable
,Refreshable<NetworkSecurityGroup>
,Resource
,Updatable<NetworkSecurityGroup.Update>
,UpdatableWithTags<NetworkSecurityGroup>
public interface NetworkSecurityGroup
extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner>, Refreshable<NetworkSecurityGroup>, Updatable<NetworkSecurityGroup.Update>, UpdatableWithTags<NetworkSecurityGroup>, HasAssociatedSubnets
Network security group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of the network security group definition.static interface
Grouping of network security group definition stages.static interface
The template for an update operation, containing all the settings that can be modified.static interface
Grouping of network security group update stages.Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Nested classes/interfaces inherited from interface com.microsoft.azure.management.network.model.UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.microsoft.azure.management.network.model.HasAssociatedSubnets
listAssociatedSubnets
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Updatable
update
Methods inherited from interface com.microsoft.azure.management.network.model.UpdatableWithTags
updateTags
-
Method Details
-
securityRules
Map<String,NetworkSecurityRule> securityRules()- Returns:
- security rules associated with this network security group, indexed by their names
-
defaultSecurityRules
Map<String,NetworkSecurityRule> defaultSecurityRules()- Returns:
- default security rules associated with this network security group, indexed by their name
-
networkInterfaceIds
- Returns:
- the IDs of the network interfaces associated with this network security group
-