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 ResourceGroupAndNameAndIngressRules
create(String resourceGroup, String location, String name, int[] inboundPorts)
boolean
equals(Object obj)
int
hashCode()
abstract int[]
inboundPorts()
abstract String
location()
String
name()
String
resourceGroup()
-
-
-
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()
-
-