Class LocationAndName
- java.lang.Object
-
- org.jclouds.azurecompute.arm.compute.domain.LocationAndName
-
public abstract class LocationAndName extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLocationAndName()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static LocationAndNamefromLocationAndName(String location, String name)static LocationAndNamefromSlashEncoded(String id)abstract Stringlocation()abstract Stringname()StringslashEncode()
-
-
-
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()
-
-