Class InboundNatRule
java.lang.Object
org.jclouds.azurecompute.arm.domain.InboundNatRule
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic InboundNatRulecreate(String name, String id, InboundNatRuleProperties properties, String etag) abstract Stringetag()abstract Stringid()abstract Stringname()abstract InboundNatRuleProperties 
- 
Constructor Details
- 
InboundNatRule
public InboundNatRule() 
 - 
 - 
Method Details
- 
name
 - 
id
 - 
properties
 - 
etag
 - 
create
public static InboundNatRule create(String name, String id, InboundNatRuleProperties properties, String etag)  
 -