Class ResourceGroupAndNameAndIngressRules
- java.lang.Object
 - 
- org.jclouds.azurecompute.arm.compute.domain.ResourceGroupAndNameAndIngressRules
 
 
- 
public abstract class ResourceGroupAndNameAndIngressRules extends Object
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ResourceGroupAndNameAndIngressRulescreate(String resourceGroup, String location, String name, int[] inboundPorts)booleanequals(Object obj)inthashCode()abstract int[]inboundPorts()abstract Stringlocation()Stringname()StringresourceGroup() 
 - 
 
- 
- 
Method Detail
- 
location
public abstract String location()
 
- 
inboundPorts
public abstract int[] inboundPorts()
 
- 
create
public static ResourceGroupAndNameAndIngressRules create(String resourceGroup, String location, String name, int[] inboundPorts)
 
- 
name
public String name()
 
- 
resourceGroup
public String resourceGroup()
 
 - 
 
 -