Class LocationAndName
- java.lang.Object
-
- org.jclouds.azurecompute.arm.compute.domain.LocationAndName
-
public abstract class LocationAndName extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LocationAndName()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LocationAndName
fromLocationAndName(String location, String name)
static LocationAndName
fromSlashEncoded(String id)
abstract String
location()
abstract String
name()
String
slashEncode()
-
-
-
Method Detail
-
location
public abstract String location()
-
name
public abstract String name()
-
fromSlashEncoded
public static LocationAndName fromSlashEncoded(String id)
-
fromLocationAndName
public static LocationAndName fromLocationAndName(String location, String name)
-
slashEncode
public String slashEncode()
-
-