Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityGroup
Packages that use NetworkSecurityGroup
Package
Description
- 
Uses of NetworkSecurityGroup in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type NetworkSecurityGroupModifier and TypeMethodDescriptionNetworkSecurityGroupToSecurityGroup.apply(NetworkSecurityGroup input)  - 
Uses of NetworkSecurityGroup in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityGroupModifier and TypeMethodDescriptionstatic NetworkSecurityGroupNetworkSecurityGroup.create(String id, String name, String location, Map<String, String> tags, NetworkSecurityGroupProperties properties, String etag)  - 
Uses of NetworkSecurityGroup in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return NetworkSecurityGroupModifier and TypeMethodDescriptionNetworkSecurityGroupApi.createOrUpdate(String nsgName, String location, Map<String, String> tags, NetworkSecurityGroupProperties properties) Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type NetworkSecurityGroup