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
Modifier and Type | Interface and Description |
---|---|
static interface |
NetworkSecurityGroup.Definition
The entirety of the network security group definition.
|
static interface |
NetworkSecurityGroup.DefinitionStages
Grouping of network security group definition stages.
|
static interface |
NetworkSecurityGroup.Update
The template for an update operation, containing all the settings that
can be modified.
|
static interface |
NetworkSecurityGroup.UpdateStages
Grouping of network security group update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
UpdatableWithTags.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
Map<String,NetworkSecurityRule> |
defaultSecurityRules() |
Set<String> |
networkInterfaceIds() |
Map<String,NetworkSecurityRule> |
securityRules() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
update
updateTags
listAssociatedSubnets
Map<String,NetworkSecurityRule> securityRules()
Map<String,NetworkSecurityRule> defaultSecurityRules()
Copyright © 2019. All rights reserved.