public abstract class ResourceGroupAndNameAndIngressRules extends Object
Modifier and Type | Method and 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() |
public abstract String location()
public abstract int[] inboundPorts()
public static ResourceGroupAndNameAndIngressRules create(String resourceGroup, String location, String name, int[] inboundPorts)
public String name()
public String resourceGroup()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.