Uses of Class
org.jclouds.azurecompute.arm.domain.NetworkSecurityRuleProperties
Packages that use NetworkSecurityRuleProperties
-
Uses of NetworkSecurityRuleProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return NetworkSecurityRulePropertiesModifier and TypeMethodDescriptionabstract NetworkSecurityRuleProperties
NetworkSecurityRuleProperties.Builder.build()
NetworkSecurityRuleProperties.create
(String description, NetworkSecurityRuleProperties.Protocol protocol, String sourcePortRange, String destinationPortRange, String sourceAddressPrefix, String destinationAddressPrefix, NetworkSecurityRuleProperties.Access access, Integer priority, NetworkSecurityRuleProperties.Direction direction, String provisioningState) abstract NetworkSecurityRuleProperties
NetworkSecurityRule.properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type NetworkSecurityRulePropertiesModifier and TypeMethodDescriptionstatic NetworkSecurityRule
NetworkSecurityRule.create
(String name, String id, String etag, NetworkSecurityRuleProperties properties) -
Uses of NetworkSecurityRuleProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type NetworkSecurityRulePropertiesModifier and TypeMethodDescriptionNetworkSecurityRuleApi.createOrUpdate
(String ruleName, NetworkSecurityRuleProperties properties)