Class IdReference
java.lang.Object
org.jclouds.azurecompute.arm.domain.IdReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdReference
static String
extractName
(String uri) Extracts the name from the given URI.static String
Extracts the resource group name from the given URI.abstract String
id()
name()
-
Constructor Details
-
IdReference
public IdReference()
-
-
Method Details
-
id
-
resourceGroup
-
name
-
create
-
extractName
Extracts the name from the given URI. -
extractResourceGroup
Extracts the resource group name from the given URI.
-