Class IdReference
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.IdReference
-
public abstract class IdReference extends Object
-
-
Constructor Summary
Constructors Constructor Description IdReference()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static IdReference
create(String id)
static String
extractName(String uri)
Extracts the name from the given URI.static String
extractResourceGroup(String uri)
Extracts the resource group name from the given URI.abstract String
id()
String
name()
String
resourceGroup()
-
-
-
Method Detail
-
create
public static IdReference create(String id)
-
-