Class NetworkSecurityRule
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.NetworkSecurityRule
-
public abstract class NetworkSecurityRule extends Object
-
-
Constructor Summary
Constructors Constructor Description NetworkSecurityRule()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static NetworkSecurityRulecreate(String name, String id, String etag, NetworkSecurityRuleProperties properties)abstract Stringetag()abstract Stringid()abstract Stringname()abstract NetworkSecurityRulePropertiesproperties()
-
-
-
Method Detail
-
properties
@Nullable public abstract NetworkSecurityRuleProperties properties()
-
create
public static NetworkSecurityRule create(String name, String id, String etag, NetworkSecurityRuleProperties properties)
-
-